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-01-07T17:17:50.453Z",
"id": "dc89c630-5b4d-4a94-ad49-2760ac0aa240",
"is_valid": true,
"label": "FmyRyYWoNqHX0ly2lKkZvOhRK",
"org_id": "e30c397e-7c4f-457c-9d49-e346bb2bd4a0",
"token": "v2QAWNnBp0h",
"updated_at": "2025-01-07T17:17:50.453Z"
}