Paperform API (1.0.0)
Paperform API Support: [email protected] | URL: https://paperform.co
Authentication
API access is only available with either the Standard or Business API for Paperform, and the Papersign API for Papersign. Please see the Paperform pricing page or the Papersign pricing page to see the plans that have these features. To use this API you will need a valid API Key. You can generate an API key on your account page. Your API key needs to be sent with every request in the authorization header:
"Authorization": "Bearer <token>"
Rate Limits
The Paperform API is rate limited to prevent abuse. If you exceed the rates, you will see a response of 429 Too Many Requests
. You can monitor your current usage and limits via the following response headers.
Header | Description |
---|---|
X-RateLimit-Limit | Request limit per minute. |
X-RateLimit-Remaining | The number of requests left for the time window. |
Retry-After | How many seconds to wait before the limit has lifted. |
X-RateLimit-Reset | Unix timestamp for when the limit will lift. |
Contact Support
For help working with the Paperform API contact our support team via the in-app chat or via email.