cURL
curl --request GET \ --url https://api.loopreturns.com/api/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "id": 12345, "shop_id": 65432, "topic": "return", "trigger": "return.created", "url": "https://example.com/webhook", "status": "active" } ] }
Get all webhook subscriptions. This includes webhooks created programmatically and webhooks created in the Loop Admin.
OAuth 2.0 authorization
Success
The response is of type object.
object