APIService AccountsCreate a new service account for your org

Parameters

Name

Type

Req.

Returns

  • 201 Created

    successful creation

    Name

    Type

    Req.

    body

    object
    optional
    Object 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-06-13T18:06:39.990Z",
  "id": "a79bc5fa-6fe7-49f7-a6ce-578ff23b999e",
  "is_valid": true,
  "label": "Fflj13aS6FAjTUOclIyxhl3SmQPoH",
  "org_id": "5a103831-7628-48a2-80f1-e04bf64cc5ee",
  "token": "CHpPpMimdsx",
  "updated_at": "2025-06-13T18:06:39.990Z"
}