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-09-19T16:12:29.281Z",
  "id": "0dda59b8-d3cd-4c2c-9aac-22b5e7dd1c66",
  "is_valid": false,
  "label": "Br8JM8jA39HhhSDLL",
  "org_id": "1474176c-fa54-45e2-8d22-24d9b6bb0050",
  "token": "7ltUU90SRTf1s",
  "updated_at": "2024-09-19T16:12:29.281Z"
}