cURL
curl --request PUT \ --url https://api.loopreturns.com/api/v1/webhooks/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "topic": "return", "trigger": "return.created", "url": "https://example.com/webhook", "status": "active" }'
This response does not have an example.
Update a webhook subscriptions.
OAuth 2.0 authorization
The webhook's unique identifier.
No Content