GET
/
managers
User event managers
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/eventmanager/managers \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "chain": "chain_unknown",
      "network": "<string>",
      "webhookUrl": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

api-key
string
header
required

Project API Key

Response

200
application/json

A successful response.

The response is of type object.