Digitail API
Pets
Create a Pet
1min
POST
https://developer.digitail.io/api/v1/pets
Sandbox server (uses test data)
Authentication
Bearer
http
Form Parameters
clinic_id
integer
*
vet_id
integer
*
owner_id
integer
*
nickname
string
*
birthday
string
*
avatar
string<binary>
species_id
integer
*
breed_id
integer
*
crossbreed
boolean
crossbreed_details
string
color
string
color_mask
integer[]
distinctive_marks
string
gender
string<male | female | unknown>
*
observations
string
chip_number
string
microchip_location
string
insurance_number
string
passport
string
description
string
constitution
string
conformation
string
allergies
string
blood_type_id
integer
hormonal_status
integer
*
Responses
201
Successful operation
object
data
Pet
400
The request was invalid or contained data that was not allowed.
object
message
string
401
The authorization token is missing or invalid.
403
The user is not authorized to perform the requested operation.
429
The user has sent too many requests in a given amount of time ("rate limiting"). Max 200 requests per minute.
Updated 12 Apr 2024
Did this page help you?