GET
Get webhook notification history
Retrieves paginated notification history for a specific webhook with optional filters for status, date range, hash, and transfer ID.
Path Params
-
webhookIdstring requiredThe webhook ID
Query Params
-
webhookNotificationIdstringFilter by specific webhook notification UUID -
notificationRequestIdstringFilter by notification request ID (Cuid) -
startstringStart timestamp (default: now - 1 day). Supports ISO 8601 datetime (2023-01-01T00:00:00Z) or simple date (2023-01-01). -
endstringEnd timestamp (default: now). Supports ISO 8601 datetime (2023-12-31T23:59:59Z) or simple date (2023-12-31). -
hashstringFilter by transaction hash -
transferIdstringFilter by transfer ID -
statusstring enumFilter by notification statuspendingprocessingsentfailedskipped -
limitinteger int32 requiredNumber of records to return (default 25, max 1000) -
offsetinteger int32 requiredNumber of records to skip (default 0)
Responses
200
Webhook notification history retrieved successfully
Response Body
object
-
notificationsarray of objects requirednotifications object
-
idstring uuid required -
notificationRequestIdstring required -
urlstring required -
payloadstring required -
typestring required -
statusstring required -
retriesinteger int32 required -
createdAtstring date-time required -
updatedAtstring date-time required -
responsemap of objectsresponse object
-
<key>object
-
-
coinstring -
walletIdstring -
enterpriseIdstring -
organizationIdstring -
transferIdstring -
hashstring
-
-
totalinteger int64 required -
limitinteger int32 required -
offsetinteger int32 required
400
Invalid request parameters
Response Body
object
Bad request error response
-
namestring enum requiredError codeValidationFailedIllegalArgumentBadRequestDataIntegrityErrorNotImplementedErrorRETRIGGER_RATE_LIMITEDUSER_CREATION_FAILEDUSER_FALLBACK_FAILED -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code400
403
Access denied
Response Body
object
Forbidden error response
-
namestring enum requiredError codeAccessDenied -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code403
404
Webhook not found
Response Body
object
Not found error response
-
namestring enum requiredError codeNotFound -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code404
500
Unexpected error occurred
Response Body
object
Internal server error response
-
namestring enum requiredError codeUnexpectedErrorThirdPartyErrorDatabaseErrorUSER_FALLBACK_TIMEOUT -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code500