cURL
curl --request GET \ --url https://app.adsera.in/api/pub/wa/waba/list \ --header 'x-api-key: <api-key>' \ --header 'x-api-secret: <api-key>'
{ "status": 200, "success": true, "error": null, "accounts": [ { "_id": "60c72b2f9b1d8e001f8a1b2c", "company": "60c72b2f9b1d8e001f8a1b2a", "wabaId": "<string>", "phoneId": "<string>", "phoneNumber": "<string>", "userID": "<string>", "expiresIn": "<string>", "phone": "<string>", "name": "<string>", "quality_rating": "<string>", "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Retrieves a list of all WhatsApp Business Accounts (WABA) associated with your company.
Your application's unique ID.
Your application's secret key.
A successful response carrying the list of WABA accounts.
200
true
null
Show child attributes
Was this page helpful?