Skip to main content
This API is deprecated and will be removed in a future release. Please migrate to Nest API v3, which covers every resource this API exposes — plus several more, including payment intents, cancellation payment intents, and live Stripe reads — using the same POST-with-JSON-body request shape and Bearer token authentication. New integrations should build against v3 directly rather than this API.
Welcome to the Nest Veterinary API! With this API you can programmatically manage subscriptions, pet benefits, and payment plans for your organization.

Base URL

All endpoints are available under the following base URL:

Authentication

This API uses Bearer Token authentication. You must include your JWT in the Authorization header on every request:

Pagination

Most “list” endpoints accept a JSON body with these common fields:
  • organization: Your organization’s internal ID
  • limit: Max number of items to return
  • offset: Number of items to skip

Feel free to reach out to our support team if you have any questions or need help getting started!