curl -H "X-API-KEY: your_api_key" "https://www.gomry.com/api/v1/forms/FORM_ID"
{
"data": {}
}Forms
Get Form
Retrieve a single form by ID
GET
/
forms
/
{formId}
curl -H "X-API-KEY: your_api_key" "https://www.gomry.com/api/v1/forms/FORM_ID"
{
"data": {}
}Get Form
Returns a single form by ID. The form’squestions schema lets you interpret application answers.
Required scope: forms:read
Path Parameters
string
required
The form’s unique ID.
Response
object
See List Forms for the full schema.
curl -H "X-API-KEY: your_api_key" "https://www.gomry.com/api/v1/forms/FORM_ID"

