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-10-21T17:59:54.212Z",
  "id": "fc7cbd06-e35a-4032-80fe-e162a9d7cc41",
  "is_valid": false,
  "label": "VvlGtxWFTGGs8fid0GKtK",
  "org_id": "2e1290dc-04e9-4c50-85b4-77c1b146598c",
  "token": "Z",
  "updated_at": "2024-10-21T17:59:54.212Z"
}