Webhooks
Get public webhook settings
GET
/
v1
/
settings
/
developer
/
webhooks
Get public webhook settings
curl --request GET \
--url https://api.wazapin.com/v1/settings/developer/webhooksconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/settings/developer/webhooks', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/settings/developer/webhooks"
response = requests.get(url)
print(response.text){
"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": [
{
"category": "<string>",
"description": "<string>",
"key": "<string>",
"sample_payload": "<unknown>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}⌘I
Get public webhook settings
curl --request GET \
--url https://api.wazapin.com/v1/settings/developer/webhooksconst options = {method: 'GET'};
fetch('https://api.wazapin.com/v1/settings/developer/webhooks', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/settings/developer/webhooks"
response = requests.get(url)
print(response.text){
"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": [
{
"category": "<string>",
"description": "<string>",
"key": "<string>",
"sample_payload": "<unknown>"
}
]
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}