Skip to main content
Returns every field on an application’s form with its type, category, allowed option values, and whether it can be written via Update Application. Use it to drive your integration programmatically instead of maintaining a hand-copied field list — the catalog always matches what the API accepts.
The catalog is the same for every application on the same form, so fetching it once (e.g. for your first application) is enough until you’re told the form has changed.

Authentication

Requires an API key with applications:read scope. The application must belong to the organization associated with the API key.

Path parameters

string
required
UUID of the application — from the Create Application response, a webhook, or List Applications.

Response

string
UUID of the application.
array
Every field on the application’s form, in form order.

Examples

Response:

Errors