API → Service 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": "2024-09-19T16:12:29.143Z",
  "id": "15fc8d91-041d-4db0-ba71-af31d68c67c4",
  "is_valid": true,
  "label": "omW8IJ",
  "org_id": "92a3e6ef-120c-488d-bf3e-243401c187ca",
  "token": "DD4CjkLLZ24",
  "updated_at": "2024-09-19T16:12:29.143Z"
}