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.
β
You must present the API Key provisioned for your organization to access the API.
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 More>Integrations>API Access page.
Throttling Constraints
10 transactions per second
10000 transactions per hour
β