Create a new webhook
curl --request POST \ --url https://staging-api.covver.io/api/ext/v1/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyId": "<string>", "type": "CollectionCreated", "url": "<string>" }'
{ "id": "<string>" }
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