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.

ResponseReason
200 SuccessThe request to retrieve the callbacks succeeded.
400 Bad RequestThe request was invalid. Make sure the request includes all the required headers.
403 ForbiddenThe request couldn't be authorized. Make sure the request headers include a valid authorization token.
500 Server ErrorAn internal error occurred. Try your request again later.