PPawprint APIGenerated docs
Add a pet to the current account.

Create a pet

POST /v1/pets creates a pet.

Request body

Field Type Required
name string yes
species cat or dog yes

Example

curl -X POST https://api.pawprint.test/v1/pets \
  -H "Authorization: Bearer $PAWPRINT_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Mochi","species":"cat"}'
Generated by codex with gpt-5.6 · 2 source files