API → Service AccountsCreate a new service account for your org
Parameters
Name
Type
Req.
Returns
- 201 Created
successful creation
Name
Type
Req.
body
objectoptionalObject Properties
post
/org/service-accounts$ curl -X POST "https://api.zoo.dev/org/service-accounts" \
--header "Authorization: Bearer $TOKEN"
201 Created
Response{
"created_at": "2025-07-04T14:10:34.875Z",
"id": "850953fc-b0dd-4f5e-ab02-8dd7e53ba15a",
"is_valid": true,
"label": "xNbLOhsHM9vKbIkfEvLJJIu5Dm3",
"org_id": "34a47e49-dd8f-43c8-80e8-f6acad1e2a69",
"token": "c47CfTE",
"updated_at": "2025-07-04T14:10:34.875Z"
}