API → Service AccountsGet an service account for your org
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject 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-05-22T02:04:27.845Z",
"id": "ec9440f2-1b95-4a7d-bdcc-7724ca0990e1",
"is_valid": true,
"label": "M",
"org_id": "28c9b28e-35d8-4652-bfc9-aa3cd047cf68",
"token": "SSsA",
"updated_at": "2025-05-22T02:04:27.845Z"
}