Documentation
Console
GET /v1/pets
Retrieve a paginated list of all registered pets in your organization. Supports filtering by species, status, and registration date.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | Number of records per page (default: 20, max: 100) |
| offset | integer | No | Cursor for pagination |
| species | string | No | Filter by: dog, cat, bird, rabbit, reptile |
curl -X GET "https://api.pawssource.com/v1/pets" \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json"
🐬
Select an endpoint and click "Send Request" to see the API response