APIService AccountsList service accounts for your org

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

get
/org/service-accounts
$ curl "https://api.zoo.dev/org/service-accounts" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "created_at": "2025-07-04T12:26:31.234Z",
      "id": "8c14101e-2805-471c-b4be-6e413a88cd8b",
      "is_valid": true,
      "label": "Urzf2BYPo",
      "org_id": "37a96ab3-9015-410e-99d7-f7210cad177a",
      "token": "ibKILf8IN1WstelBb9C",
      "updated_at": "2025-07-04T12:26:31.234Z"
    }
  ],
  "next_page": "MXaBiUy3tTp"
}