Webhooks
Retrieve a list of webhooks
Retrieve a list of webhooks
get/v1/shops/{shop_id}/webhooks.json
Query parameters
limitstring
Results per page (default: 10, maximum: 100)
pagestring
Paginate through list of results
Response
Successful operation
Example response
[
{
"topic": "order:created",
"url": "https://example.com/webhooks/order/created",
"shop_id": "1",
"id": "5cb87a8cd490a2ccb256cec4"
}
]