curl --location --request GET 'https://api.pushsms.ru/developer/v1/webhooks' \
--header 'Authorization: {api_key}'
{
"meta": {
"code": 200,
"status": "success"
},
"webhooks": [
{
"id": 11,
"types": [
"whatsapp_log_out"
],
"url": "https://example.ru"
},
{
"id": 10,
"types": [
"whatsapp_log_out"
],
"url": "https://example.ru2"
}
]
}