Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier for the webhook configuration.
Example:
"1146654567674912769"
Query Parameters
The oldest (starting) UTC timestamp (inclusive) from which events will be provided, in yyyymmddhhmm format.
Example:
"202504242000"
The latest (ending) UTC timestamp (exclusive) up to which events will be provided, in yyyymmddhhmm format.
Example:
"202504242200"
Response
The request has succeeded.