Skip to main content
GET
Get application

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

slug
string
required

The slug identifying the application to retrieve.

Response

The detailed representation of the application.

Detail view returned by GET /api/DeveloperAPI/v1/applications/{slug}. Extends ApplicationDTO with auth method details.

slug
string
required

Stable public slug identifying the application.

description
string
required

Description of what the application does.

connectionRequirement
string
required

Whether and how a connection is required to use this application.

categories
string[]
required

Categories the application belongs to.

toolsCount
integer<int32>
required

Number of tools (activities) the application exposes.

triggersCount
integer<int32>
required

Number of triggers the application exposes.

applicationName
string | null

Human-readable display name of the application.

applicationLogo
string | null

URL of the application's logo image.

supportsObjectSelection
boolean

Whether the application supports selecting specific objects for a connection.

helpUrl
string | null

URL of help/documentation for the application.

authenticationMethods
object[]

Authentication methods supported by the application.