Skip to main content
GET
/
organization-integration-tokens
/
:organization_id
/
:integration
/
:realm_id
Get an individual OrganizationIntegrationToken
curl --request GET \
  --url https://app.ledger.ai/api/organization-integration-tokens/:organization_id/:integration/:realm_id \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filters
string

Get item with the given ids: [ organization_id, integration, realm_id ]

Response

Successful response

The response is of type object.