Detail Webhooks

To get a specific webhook, make a GET call to the /webhooks/{{ WEBHOOK_ID }} .

Example

Sample request:

curl -X GET 'https://waofficial.botika.online/api/whatsapp/v1/webhooks/{{ WEBHOOK_ID }}' \
-H 'Authorization: Bearer {{ API_TOKEN }}'

Reading from this edge will return a JSON formatted result:

{
    "id": {{ WEBHOOK_ID }},
    "name": "{{ WEBHOOK_NAME }}",
    "url": "{{ WEBHOOK_URL }}",
    "status": "{{ WEBHOOK_STATUS }}",
    "events": [
        "outbound notifications",
        "inbound notifications"
    ]
}

Copyright © 2023 Botika Teknologi Indonesia