Quick Start
Get your API keys
Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error.
Make your first request
To make your first request, send an authenticated request to the products endpoint. This will generate a json with all products
, which is nice.
Test API Key
GET
https://vendmy.com/api/hello/world
Creates a new pet.
Request Body
Name
Type
Description
name*
string
The name of the pet
owner_id
string
The id
of the user who owns the pet
species
string
The species of the pet
breed
string
The breed of the pet
Take a look at how you might call this method using curl
:
Two things can be displayed
Last updated