v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
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

topicstring
urlstring uri
shop_idstring
idstring

Example response

[
  {
    "topic": "order:created",
    "url": "https://example.com/webhooks/order/created",
    "shop_id": "1",
    "id": "5cb87a8cd490a2ccb256cec4"
  }
]