Applications
Get Application
Retrieve details of a specific application by its slug.
GET
Retrieve detailed information about a single application by its slug. Returns the same shape as List Applications, but as a single object — including connection status, authentication requirements, and connected-account details for the linked account.
Authentication
Your Refold API key. Find it in Settings → Credentials.
The unique identifier for the linked account.Example:
cobalt_test_userPath Parameters
The application slug.Example:
hubspot, netsuite, slackResponse
- 200 OK
- 404 Not Found
Returns the application object. The exact fields differ by
auth_type — see the two response examples (OAuth vs. key-based).Application display name.
URL to the application’s logo.
Application description.
Default authentication type:
oauth2 or keybased.Application type identifier.
Internal application record ID.
Application slug.
Category tags.
Whether the app is part of the ecosystem catalog.
Supported auth types and their configuration. Each key (
oauth2, keybased) maps to its credential input fields. An app can support more than one.Credential input fields for key-based authentication. Populated for apps that support
keybased auth.Whether the linked account has connected this application. Only present when connected.
The linked account’s connections to this app. Only present when connected.
Whether the connection needs re-authentication.