APIService AccountsGet an service account for your org

Parameters

Name

Type

Req.

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/org/service-accounts/{token}
$ curl "https://api.zoo.dev/org/service-accounts/{token}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-08-14T21:15:02.998Z",
  "id": "f76583d0-6846-4202-b2ee-dfe606b50db2",
  "is_valid": false,
  "label": "c1C2sJYQP8k",
  "org_id": "12b13eae-0798-47f7-992f-cc9c2d0fae42",
  "token": "n0pCRG0CX",
  "updated_at": "2025-08-14T21:15:02.998Z"
}