Skip to main content
GET
/
v1
/
admin
/
action-ledger
/
delegations
/
{id}
Get a delegation
curl --request GET \
  --url https://{operatorDomain}/v1/admin/action-ledger/delegations/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ale_01J9",
    "action": "booking.cancel",
    "subjectType": "booking",
    "subjectId": "01J9ZB...",
    "actorId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Delegation

data
object