cURL
curl --request GET \ --url https://staging-api.covver.io/api/ext/v1/webhook \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "version": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "companyId": "<string>", "company": { "id": "<string>", "name": "<string>", "isSnappy": true }, "partnerId": "<string>", "url": "<string>", "type": "CollectionCreated" } ]
Lists all webhooks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object[].
object[]