Skip to main content
Help Center
api

API Tokens & Authentication

VETR provides a REST API for Professional and Enterprise plans.

Generate a token

Go to Settings → Security → API Tokens and click Generate new token. Name it something recognizable (e.g., prod-automation). Copy the token — it won't be shown again.

Use the token

Send the token in the Authorization: Bearer header on every request:

curl https://vetrproposal.com/api/v1/proposals \
  -H "Authorization: Bearer YOUR_TOKEN"

Rate limits

Professional: 1,000 requests/hour. Enterprise: custom (contact sales).