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-07-03T15:42:08.692Z",
  "id": "9bd275d7-9802-4736-a6bf-d68837cba631",
  "is_valid": true,
  "label": "QL",
  "org_id": "27f8b27a-63c8-433d-af2e-8e33a75fa4ff",
  "token": "zsOcjH5f01ykOPE63ku9",
  "updated_at": "2025-07-03T15:42:08.692Z"
}