All webhooks Available
GET https://{{queries_url}}.envia.com/webhooks?active={{active_type}}
Get webhooks by active code.
Active Types:
0 - inactive
1 - active
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
active | string |
RESPONSES
status: OK
{"data":[{"id":1,"type":"onShipmentStatusUpdate","url":"https://test-url.com","active":1}]}