Get event data
Use this request to retrieve data for a specified event. This is only relevant for Webhook users.
To retrieve the event data, use a GET method and the following URL:
https://services.taxamo.com/api/v2/webhook_events/:event-id
where :event-id
is the ID of the event that you want to retrieve the data for.
Details
Type | Value |
---|---|
Endpoint | /api/v2/webhook_events/ |
Method | GET |
API Reference | Get event data |
Query Parameters
Parameter | Description |
---|---|
private_token | Private token. |
event_id | The ID of the event that you want to retrieve. |
Updated over 2 years ago