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-01-17T16:14:02.187Z",
  "id": "958ee5d6-388f-47b8-9175-c4a832fd15ea",
  "is_valid": false,
  "label": "LjVoF",
  "org_id": "4daee2fc-931e-4976-99ee-db53d5a1137d",
  "token": "KNexZj84MO5JDlQJmphx",
  "updated_at": "2025-01-17T16:14:02.187Z"
}