The /pets endpoint focuses on the pet profile on PetHub.com. Use this to create a pet profile, retrieve a pet's information, and update its details as documented here.
The main parameter of this endpoint is the pet ID {pid} which is a UUID for a pet.
Digging into /Pets
The /pets endpoint offers the following:
/pets | Description |
---|---|
/ |
POST - creates a new pet profile |
/{pid} |
|
/{pid}/activities |
|
/{pid}/allergies |
|
/{pid}/conditions |
|
/{pid}/documents |
|
/{pid}/foods |
|
/{pid}/medications |
|
/{pid}/procedures |
|
/{pid}/tags |
|
The Swagger 2.0 / OAS YAML rendering is below including the data structures necessary for POST or returned by GET.