WABA
Finalize or re-check manual WABA webhook readiness
POST
/
v1
/
waba
/
finalize-webhook
Finalize or re-check manual WABA webhook readiness
curl --request POST \
--url https://api.wazapin.com/v1/waba/finalize-webhook \
--header 'Content-Type: application/json' \
--data '
{
"channel_id": "<string>"
}
'const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({channel_id: '<string>'})
};
fetch('https://api.wazapin.com/v1/waba/finalize-webhook', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/waba/finalize-webhook"
payload = { "channel_id": "<string>" }
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"check_status": "<string>",
"ready": true,
"verify_token": "<string>",
"webhook_url": "<string>",
"account_review_status": "<string>",
"check_message": "<string>",
"code_verification_status": "<string>",
"display_phone_number": "<string>",
"messaging_limit_tier": "<string>",
"name_status": "<string>",
"quality_rating": "<string>",
"setup_status": "<string>",
"verified_name": "<string>",
"waba_name": "<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>"
}
}{
"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>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}Body
application/json
Existing official channel ID to finalize
Minimum string length:
1Response
OK
⌘I
Finalize or re-check manual WABA webhook readiness
curl --request POST \
--url https://api.wazapin.com/v1/waba/finalize-webhook \
--header 'Content-Type: application/json' \
--data '
{
"channel_id": "<string>"
}
'const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({channel_id: '<string>'})
};
fetch('https://api.wazapin.com/v1/waba/finalize-webhook', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));import requests
url = "https://api.wazapin.com/v1/waba/finalize-webhook"
payload = { "channel_id": "<string>" }
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text){
"check_status": "<string>",
"ready": true,
"verify_token": "<string>",
"webhook_url": "<string>",
"account_review_status": "<string>",
"check_message": "<string>",
"code_verification_status": "<string>",
"display_phone_number": "<string>",
"messaging_limit_tier": "<string>",
"name_status": "<string>",
"quality_rating": "<string>",
"setup_status": "<string>",
"verified_name": "<string>",
"waba_name": "<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>"
}
}{
"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>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"details": [
{
"message": "<string>",
"code": "<string>",
"field": "<string>",
"location": "<string>"
}
],
"request_id": "<string>"
}
}