curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"is_active": true,
"secret": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://api.headlesscommerce.io/v1/admin/webhooks \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"url": "<string>",
"events": [
"<string>"
],
"is_active": true,
"secret": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
]
}