cURL
curl --request GET \ --url https://api.linkupapi.com/v1/webhooks/accounts/{account_id}/status \ --header 'x-api-key: <x-api-key>'
{ "account_id": "60f7b3b3e4b0c8a2d8e9f1a2", "is_active": true, "message": "Monitoring is active" }
Check the current monitoring status of a webhook account
is_active: true
is_active: false
Was this page helpful?