latestOpenAPI 3.0.0Apache 2.02026-08-201250995.7 KB

bd9694db5fce

Pets

Create a Pet

Permissions needed: CREATE_PATIENTS Create a pet

post/api/v1/pets

Response

Successful operation

Example response

{
  "data": {
    "id": 1,
    "nickname": "Fritz",
    "species_id": "1",
    "breed_id": "1",
    "trupanion_species": {
      "id": 1,
      "external_id": 1,
      "name": "Dog"
    },
    "trupanion_breed": {
      "id": 1,
      "external_id": 101,
      "name": "Golden Retriever"
    },
    "gender": "male",
    "crossbreed": "0",
    "color": "NavajoWhite",
    "birthday": "1983-03-29",
    "profile_picture": "https://dev-1-public-digitail.s3.eu-central-1.amazonaws.com/ionut/uploads/KXy8Rlv2vluiZYqwRCy2",
    "description": "Lorem ipsum",
    "age": "38 Years, 3 Months, 19 Days",
    "age_breakdown": {
      "years": 38,
      "months": 3,
      "days": 19
    },
    "patientNumber": "mxc-1 #jwq-1",
    "is_verified": "1",
    "archive": {
      "id": 1,
      "reason": "The patient was archived because...",
      "type": "Deceased"
    },
    "patients": [
      {
        "id": 1,
        "pet_id": 1,
        "clinic_id": 1,
        "number": "DGT-102",
        "archived_at": "2020-08-16T08:56:44.000000Z",
        "archive_type_id": 1,
        "archive_reason": "Pet deceased"
      }
    ],
    "rabic_tag_number": "12109384",
    "updated_at": "2020-06-12 15:45:43",
    "insurance": {
      "id": 1,
      "pet_id": 100,
      "provider": "trupanion",
      "policy_id": "abc-123-def",
      "edo_status": "active",
      "edo_last_sent_at": "2026-05-05T10:00:00Z",
      "edo_activated_at": "2026-05-06T09:00:00Z"
    }
  }
}