ad855d921ee9

latestOpenAPI 3.0.32026-08-14137304312.9 KB
accounts

Get a list of accounts

Returns a paginated list of accounts for the organization.

Rate limit: 60 requests per minute

get/accounts

Query parameters

cursorstring

The cursor to use for pagination.

limitinteger required

The number of accounts to fetch. Defaults to 100. Must be greater than 0 and less than 1000.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": [
    {
      "channels": [
        {
          "mirror_to": {
            "source": "slack"
          },
          "source": "slack"
        }
      ],
      "type": "customer"
    }
  ]
}