PPawprint APIGenerated docs
Return the pets visible to the current account.

List pets

GET /v1/pets returns a paginated collection.

Request

curl https://api.pawprint.test/v1/pets \
  -H "Authorization: Bearer $PAWPRINT_TOKEN"

Response

{"data":[{"id":"pet_01","name":"Mochi","species":"cat"}],"next":null}
Generated by codex with gpt-5.6 · 1 source file