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

ParameterTypeRequiredDescription
limitintegerNoNumber of records per page (default: 20, max: 100)
offsetintegerNoCursor for pagination
speciesstringNoFilter by: dog, cat, bird, rabbit, reptile
cURL
JavaScript
Python
curl -X GET "https://api.pawssource.com/v1/pets" \ -H "Authorization: Bearer sk_live_..." \ -H "Content-Type: application/json"
Waiting for request...
🐬

Select an endpoint and click "Send Request" to see the API response