API → Service AccountsGet an service account for your org

Parameters

Name

Type

Req.

  • token

    string / UUID
    required

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-05-09T18:19:53.794Z",
  "id": "211ba914-24d7-432a-90d3-33522aadabe7",
  "is_valid": false,
  "label": "5ln01LcY3H7EtIwk69xHBN3qBlDAZ",
  "org_id": "16bb2dd9-d640-4b7b-b279-4350b69e87d4",
  "token": "847f099c-9709-4726-8dc1-af1f04f78060",
  "updated_at": "2024-05-09T18:19:53.794Z"
}