To retrieve your API key from your Submittable Account:
1. Sign into your account and navigate to More > Integrations > API Access.
2. Copy the API Key.
To access the API, you must present the API Key provisioned for your organization.
The API Key is sent using a basic authentication header. Please ensure that the value is formatted as :{apiKey}
.
Authorization: Basic {apiKey}
Request Content Type
All endpoints, unless otherwise noted, accept and produce application/json
. Please ensure the Content-Type
header for POST and PUT requests is set correctly.
Authentication
You'll need to send your Access Token along with every API call. Your Access Token is found in your Submittable account on the Settings page. The API uses Basic Authentication. Your Access Token should be sent as the password portion of the Basic Authentication header.
Throttling Constraints
10 transactions per second
10000 transactions per hour