Webhooks
List Webhooks
API reference
- Introduction
- Authentication
- Pagination
Resources
- Identity
- Customers
- Activities
- Transactions
- Orders
- Sites
- Emails
- Webhooks
Webhooks
- Introduction
- Webhook events
Webhooks
List Webhooks
GET
/
v2
/
webhooks
curl --request GET \
--url https://api.loyaltylion.com/v2/webhooks
{
"webhooks": [
{
"id": 123,
"topic": "rewards/store_fulfilment",
"address": "https://example.com/webhook",
"created_at": "<string>",
"updated_at": "<string>",
"service_integration_id": 123
}
]
}
Response
200
application/json
200
The response is of type object
.
curl --request GET \
--url https://api.loyaltylion.com/v2/webhooks
{
"webhooks": [
{
"id": 123,
"topic": "rewards/store_fulfilment",
"address": "https://example.com/webhook",
"created_at": "<string>",
"updated_at": "<string>",
"service_integration_id": 123
}
]
}