Admin API
Programmatic access to flows, variants, and deployments using JSON.
Setup
Authentication
curl https://api.formsort.com/alpha/spec --header "X-API-KEY: {{YOUR API KEY}}"Pagination
{
"data": [
...
],
"pagination": {
"page": 1,
"perPage": 10,
"total": 152
}
}JSON
Readonly resources
Obtain specification
List flows
List variants for a flow
List environments for a flow
List deployments of a particular variant
List available themes
Get details of a specific variant revision
Action resources
Create a new deployment of a variant revision
Last updated
Was this helpful?