Skip to main content

Base URL

All endpoints are under /v1/.

Authentication

All API endpoints (except POST /oauth/token) require a bearer token:
See Authentication for how to mint a token.

Request format

  • All POST and PATCH request bodies are application/json
  • All responses are application/json (except GET /v1/envelopes/{id}/document which returns the PDF binary)

Idempotency

POST requests accept an Idempotency-Key header. Replaying the same request within 24 hours returns the original response without creating a duplicate.

Rate limiting

Every response includes rate limit headers: When you exceed the limit, you receive 429 Too Many Requests.

Error format

All errors follow this shape: