The below table is a comparison on Health Check API, Quality Rating API and Waba Info
Health Check API [LINK] |
Quality limit API [LINK] |
Waba Info API [LINK] |
|
---|---|---|---|
Response |
{ "status": "success", "healthy": "true" } |
{ "oldLimit": "TIER_10K", "currentLimit": "TIER_10K", "event": "ONBOARDING", "eventTime": 123455556, "phoneQuality": "GREEN" } |
{ "status": "success", "wabaInfo": { "accountStatus": "ACTIVE | BANNED", "dockerStatus": "CONNECTED | DISCONNECTED | FLAGGED | PENDING | RESTRICTED | UNKNOWN", "messagingLimit": "TIER_50 | TIER_250 | TIER_1K | TIER_10K | TIER_100K | TIER_NOT_SET | TIER_UNLIMITED", "phone": "{phone}", "phoneQuality": "GREEN | YELLOW | RED | UNKNOWN", "wabaId": "{waba_id}" , "canSendMessage" : "AVAILABLE | LIMITED | BLOCKED" , "errors": [ { "error_code": "141014", "error_description": "<error description>", "possible_solution": "<posible solution>" } ], "additionalInfo": [ "Your display name has not been approved yet. Your message limit will increase after the display name is approved." ] } } |
Description | Just give information on whether the Gupshup App is healthy or not. | Can use this API to check the Quality Rating and Messaging Limits of an App. |
This API gives a lot of info on WABA account states, docker Status, messaging limit, PN, phone quality, wabaId, whether the PN can send messages, errors if any by meta, and additional info if any by meta |
Limitation | NA | For an App, API requests are limited to once every 24 hours. | NA |
Comments
0 comments
Please sign in to leave a comment.