List webhook calls
GET {{baseUrl}}/webhooks?start=0&limit=25&startDate=2021-01-01T00:00:00&endDate=2021-01-02T00:00:00
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
start | number | ||
limit | number | ||
startDate | string | ||
endDate | string |
RESPONSES
status: OK
[{"id":"244c8384-a96d-494c-9f9b-3fcd1b0f03c8","url":"https://sua.plataforma.com/onde/recebera/webhooks","attempts":1,"lastAttemp":"2021-01-01T00:00:00.000","status":"active|failed|succeeded","payload":{"eventType":"orderAdded","resourceId":"e7465b5e-93cc-4e0f-890d-bbc25b24c957","resourceUrl":"https://api.inamarketplace.io/orders/e7465b5e-93cc-4e0f-890d-bbc25b24c957"}}]