cURL
curl --request GET \ --url https://prod.truv.com/v1/webhooks/ \ --header 'X-Access-Client-Id: <api-key>' \ --header 'X-Access-Secret: <api-key>'
{ "count": 123, "results": [ { "id": "48427a36d43c4d5aa6324bc06c692456", "name": "<string>", "webhook_url": "http://example.com/", "events": [ "task-status-updated", "order-status-updated" ], "env_type": "dev", "created_at": "2022-05-04T11:30:00.000Z", "updated_at": "2022-05-04T12:00:00.000Z" } ], "next": "<string>", "previous": "<string>" }
The endpoint returns a list of webhooks.
Client ID
Client Access Key
A page number within the paginated result set.
Number of results to return per page.
Show child attributes
Was this page helpful?
Contact support