Skip to main content
GET
/
organization-integration-tokens
List filtered OrganizationIntegrationToken entities
curl --request GET \
  --url https://app.ledger.ai/api/organization-integration-tokens \
  --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

Authorization: Bearer <token> header is required for authorization, requests without a valid and active authorization header will be denied access with a 401 Not Authorized HTTP status code.

Query param filters, URL encoded JSON object with fields: access_token_expires_at, access_token_expires_in, created_at, encrypted_access_token, encrypted_refresh_token, integration, organization_id, realm_id, refresh_token_expires_at, refresh_token_expires_in, token_type, updated_at, user_id

Example:

/api/organization-integration-tokens?filters={"access_token_expires_at": ..., "access_token_expires_in": ..., "encrypted_access_token": ..., "encrypted_refresh_token": ..., "integration": ..., "organization_id": ..., "realm_id": ..., "refresh_token_expires_at": ..., "refresh_token_expires_in": ..., "token_type": ..., "user_id": ...}

Response

Successful response

The response is of type object.