Retrieve Webhook History

Webhook events handler

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
A unique integer value identifying this webhook history.

Query parameters

start_datestringOptionalformat: "date"

Filter events on or after this date (inclusive). Format YYYY-MM-DD.

Response

idstring<=250 characters
created_atstringformat: "date-time"
event_namestring<=250 characters
last_attempted_atstringformat: "date-time"
partner_idstringRead-only
resourcesstringRead-only

Errors

400
Bad Request Error