Skip to main content

GET /pets/{id}/vaccine-status

D
Written by David Servodidio

Description

Returns the current vaccine status for a pet by VetVerifi pet ID. This is the primary endpoint for real-time compliance checks.

Request

GET https://api.vetverifi.com/v1/pets/{id}/vaccine-status

Path parameters

  • id (required) — the VetVerifi pet ID

Vaccine status values

  • "current" — vaccine is valid

  • "expiring_soon" — expires within 30 days

  • "overdue" — expiration date has passed

  • "not_on_record" — no record exists for this vaccine type

Did this answer your question?