GET /platform/v1/ens-callbacks
Retrieves details about all registered callbacks.
To retrieve information about callbacks, issue a GET request to the /platform/v1/ens-callbacks
endpoint.
The response contains information about all of the callbacks in the account.
This table lists the possible responses for this endpoint.
Response | Reason |
---|---|
200 Success | The request to retrieve the callbacks succeeded. |
400 Bad Request | The request was invalid. Make sure the request includes all the required headers. |
403 Forbidden | The request couldn't be authorized. Make sure the request headers include a valid authorization token. |
500 Server Error | An internal error occurred. Try your request again later. |