API → Service Accounts → Get 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-04-25T16:40:00.652Z",
"id": "e19ba21d-19c6-4f27-bc11-7bbd75ad77f8",
"is_valid": true,
"label": "kInHRb3pVeaHDoWs",
"org_id": "cbd10f48-efc4-4c74-8cfa-d262580c6cea",
"token": "eulwhvgz5dgoDN8LoZ",
"updated_at": "2025-04-25T16:40:00.652Z"
}