API → Service AccountsGet an service account for your org

Parameters

Name

Type

Req.

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/org/service-accounts/{token}
$ curl "https://api.zoo.dev/org/service-accounts/{token}" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-02-11T16:13:16.172Z",
  "id": "c6a85d5d-1c86-4f0d-96f5-474d7718265e",
  "is_valid": false,
  "label": "S3jDL7UZBApP05d9jyzgO7YeEsPa",
  "org_id": "31ea055f-cba6-42cf-af2a-7e665920cca4",
  "token": "ZZS8AIc8Pd0qmEhg",
  "updated_at": "2025-02-11T16:13:16.172Z"
}