cURL
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>" } ] }
Project API Key
A successful response.
The response is of type object.
object