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-04T14:10:36.710Z",
  "id": "232cd4c9-bd2c-4154-affe-91b19816f4af",
  "is_valid": true,
  "label": "dRcW9dtAqOZL4JTxc",
  "org_id": "afd301c2-4392-4cf4-b20a-aaf5778550f2",
  "token": "YBWHr7bP7tKjfnclFtWr60qJWk",
  "updated_at": "2025-07-04T14:10:36.710Z"
}