Get a form
Forms
Get a form
Returns a form by its numeric ID. Passing a type string (e.g. consent) is deprecated — use GET /v1/forms/type/{type} instead.
GET
Get a form
Authorizations
OAuth2 access token. Pass the token in the Authorization header as Bearer <token>. The token is looked up in Redis to resolve the caller identity.
Path Parameters
Form ID (integer) or form type string (deprecated, use /v1/forms/type/{type} instead)
Example:
"42"
Last modified on June 16, 2026

