Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.wazapin.com/v1/settings/developer/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": { "app_id": "<string>", "endpoints": [ { "enabled": true, "event_types": [ "<string>" ], "id": "<string>", "url": "<string>", "created_at": "<string>", "description": "<string>", "masked_signing_secret": "<string>", "updated_at": "<string>" } ], "supported_events": [ { "description": "<string>", "key": "<string>" } ] } }
Session token or API key
OK
Show child attributes