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": "2024-12-19T17:49:55.686Z",
  "id": "41941864-6444-4850-81c7-1abd47c5cee9",
  "is_valid": false,
  "label": "FuXbQ5kaElKI34PcgQ1xYMyUIxLiZ",
  "org_id": "a016a320-018a-443d-a67d-82b7000479b4",
  "token": "IZgiqB0PrE",
  "updated_at": "2024-12-19T17:49:55.686Z"
}