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-07-07T14:49:15.702Z",
  "id": "2114c5a8-6a91-4632-b303-b07b340c4f2a",
  "is_valid": true,
  "label": "x0MtJ69yBqsLJH",
  "org_id": "3c3c7611-0a8f-4782-a349-b3ae6d4fd599",
  "token": "XuVBxYA9n",
  "updated_at": "2025-07-07T14:49:15.703Z"
}