Skip to main content
GET
/
v1
/
admin
/
action-ledger
/
delegations
List delegations
curl --request GET \
  --url https://{operatorDomain}/v1/admin/action-ledger/delegations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Response

200 - application/json

Delegations collection

data
object[]