API → Service Accounts → Create 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-01-07T17:17:55.103Z",
"id": "ac8ff544-6757-486e-b732-d522ea992039",
"is_valid": true,
"label": "718VwArFa1s7sj",
"org_id": "90940a01-b84b-48da-8f19-eeda80ea8ce5",
"token": "aRT5Upv7T74CLL7pI83QPf1XQ0W",
"updated_at": "2025-01-07T17:17:55.103Z"
}