Authorizations
get
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /zeta-chain/authority/authorizations HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
"authorization_list": {
"authorizations": [
{
"msg_url": "text",
"authorized_policy": "groupEmergency"
}
]
}
}