Skip to main content
GET
/
v1
/
forms
/
{id}
{
  "id": "<string>",
  "org": {
    "name": "<string>"
  },
  "fields": [
    {
      "name": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format 'Bearer <token>'

Path Parameters

id
string
required

Response

200 - application/json

Successful response

id
string
org
object
fields
object[]
I