Skip to main content
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:
https://nestvet.com/api/1.1/wf

Authentication

This API uses Bearer Token authentication. You must include your JWT in the Authorization header on every request:
Authorization: Bearer <YOUR_TOKEN>
Content-Type: application/json

Pagination

Most “list” endpoints accept a JSON body with these common fields:
{
  "organization": "your_org_id",
  "limit": 100,
  "offset": 0
}
  • 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!