Base URL
/v1/.
Authentication
All API endpoints (exceptPOST /oauth/token) require a bearer token:
Request format
- All
POSTandPATCHrequest bodies areapplication/json - All responses are
application/json(exceptGET /v1/envelopes/{id}/documentwhich 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.