Skip to main content
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’s questions schema lets you interpret application answers. Required scope: forms:read

Path Parameters

formId
string
required
The form’s unique ID.

Response

data
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"