Skip to main content
GET
List forms by type

Authorizations

Authorization
string
header
required

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

type
enum<string>
required

Form type.

Available options:
consent,
survey,
level_of_support,
custom_fields,
presence_status,
tasks
Example:

"consent"

Response

OK

data
object
required
status
string
required

Operation result.

Example:

"success"

Last modified on July 7, 2026