Skip to main content
organization.getConnectedApp wraps the Get Connected App API endpoint. The organization_id will be automatically inferred from the logged-in session. This method retrieves information about the specified Connected App as well as a list of Members in the who have completed an authorization flow with the Connected App.

Parameters

connected_app_id
string
required
The ID of the Connected App.

Response

connected_app_id
string
The ID of the Connected App.
name
string
The name of the Connected App.
description
string
A description of the Connected App.
client_type
string
The type of Connected App. Supported values are first_party, first_party_public, third_party, and third_party_public.
logo_url
string
The logo URL of the Connected App, if any.
active_members
array[objects]
Details about Members who has installed a Connected App.