Applications
List Applications
Retrieve all enabled applications and their connection status for a linked account.
GET
Retrieve every application enabled for your organization and environment, enriched with the connection status for a specific linked account. Use this to build a custom integration catalog showing which apps are available and which the customer has already connected.
The org’s default custom application is excluded from the results.
Authentication
Your Refold API key. Find it in Settings → Credentials.
The unique identifier for the linked account. Can also be passed as a query parameter, but the header takes precedence.Example:
cobalt_test_userQuery Parameters
Filter to a single application by its slug. When set, the response is a single application object instead of an array.
Filter applications by category tag (e.g.
CRM).Filter by authentication type, e.g.
oauth2 or keybased.Filter by ecosystem flag. Accepts
true or false.Response
- 200 OK
Returns an array of application objects (or a single object when
slug is supplied).Application display name.
URL to the application’s logo.
Application description. Not present for every app.
Authentication type:
oauth2 or keybased.Application type identifier.
Internal application record ID.
Application slug used in API calls.
Category tags (e.g.
CRM, Communication).Per-auth-type configuration. For
keybased apps, holds the array of credential input fields.Input fields for key-based authentication. Only populated for
keybased apps.Whether the linked account has connected this application. Only present when connected.
Details of the linked account’s connections to this app. Only present when connected.
Whether the connection needs re-authentication.