Webhooks
List all Webhooks
get/webhook/list
Query parameters
storestring required
Your REVIEWS.io public store key
apikeystring required
Your REVIEWS.io private api key
pagenumber
Page of results to return
per_pagenumber
How many items to return per page
Response
OK
Example response
{
"status": "success",
"webhooks": [
{
"id": "htv23P7M",
"type": "postive_product_review",
"url": "https://example.com/handle-webhook"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.