Plugin Kết nối WordPress
PHẦN MỀM WORDPRESS
Last updated
PHẦN MỀM WORDPRESS
Last updated
K
The best way to interact with our API is to use one of our official libraries:
To make your first request, send an authenticated request to the pets endpoint. This will create a pet
, which is nice.
POST
https://api.myapi.com/v1/pet
Creates a new pet.
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 our official libraries, or via curl
: