GET /platform/v1/ens-callbacks/{callbackId}
Retrieves details about a registered callback.
| Name | Type | Description | |
|---|---|---|---|
| callbackId | string | Required | Unique identifier of the callback. |
| Response | Reason |
|---|---|
| 200 Success | Callback retrieved. Review example response. |
| 400 Bad Request | Unable to process the request. |
| 403 Forbidden | Failed to pass authorization. |
| 404 Not Found | Callback ID doesn't exist. |