curl --request GET \
--url https://api.shoppex.io/dev/v1/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"uniqid": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"type": "paylix",
"created_at": 123,
"updated_at": 123
}
]
}Returns all webhooks for the shop (max 15, not paginated).
curl --request GET \
--url https://api.shoppex.io/dev/v1/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"uniqid": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"type": "paylix",
"created_at": 123,
"updated_at": 123
}
]
}