Skip to main content
This /history endpoint is deprecated and only returns old webhook history. For the current and up-to-date webhook history, please use the new endpoint: GET /hl/v2/webhooks/new-history (see Webhook New History).
Endpoint:

Authorization

string
required
Example:Authorization | Bearer Paste-Your-API-Key-Here

Query Parameters

integer
default:1
required
Determine which page.
integer
default:10
required
How much data is displayed on the page.

Response

Successful Response

Main Structure (Root)

integer
Status code form API.
string
Status message that describes the status code.
boolean
Information on whether there is additional data to be retrieved (true/false).
integer
Total number of data pages.
integer
Number of items per page.
integer
The page currently displayed.
array of object
List of products displayed.

data Structure (Array Of Object)

string<uuid>
Webhook delivery record ID.
integer (timestamp)
Creation time of the webhook delivery log.
string | null
Timestamp of the next delivery attempt (if any).
Associated payment link ID.
string (JSON string)
Original webhook payload sent (contains event + transaction data).
string
Delivery status (example: "SUCCESS").
string
Webhook event type (example: "payment.received", "payment.reminder").
integer (timestamp)
Last update timestamp.
string
User ID who owns this webhook.
Associated transaction ID.
string (URL)
Destination endpoint where the webhook is delivered.
string | null
Response returned from the destination endpoint.
string
Indicates whether the webhook was sent automatically or manually (example: "AUTOMATIC").