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-09-06T05:30:26.997Z",
  "id": "2156c888-ec9b-43fd-9cfc-d49431791947",
  "is_valid": true,
  "label": "m0hZK5DjZLJG2GTkZHto",
  "org_id": "a6dfcf00-3590-48d5-9e0f-53e3d3f4e59b",
  "token": "YQCT550hRIIhNGlunOxu2l",
  "updated_at": "2025-09-06T05:30:26.997Z"
}