APIService 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-05-14T21:40:07.046Z",
  "id": "8f6666fa-1086-4e0a-9605-065b373f2cf1",
  "is_valid": false,
  "label": "DgMzmvVwVkIN38CyeBUeEC7HJWy",
  "org_id": "c9f1c743-ca2b-4c47-ab3a-77c28dcb3222",
  "token": "ptKwaqq",
  "updated_at": "2025-05-14T21:40:07.046Z"
}