Skip to main content
GET
/
organizations
List filtered Organization entities
curl --request GET \
  --url https://app.ledger.ai/api/organizations \
  --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: archived_at, chat_apps, created_at, data, description, entitlements, extend_entitlements, id, initials, language, name, picture_background_color, picture, primary_domain, primary_location, salt, slug, theme_primary_color, updated_at, client_of_organization_id, customer_id, provider_id

Example:

/api/organizations?filters={"chat_apps": ..., "data": ..., "description": ..., "entitlements": ..., "extend_entitlements": ..., "initials": ..., "language": ..., "name": ..., "picture_background_color": ..., "picture": ..., "primary_domain": ..., "primary_location": ..., "salt": ..., "slug": ..., "theme_primary_color": ..., "client_of_organization_id": ..., "customer_id": ..., "provider_id": ...}

Response

Successful response

The response is of type object.