Skip to main content
GET
/
api
/
pub
/
wa
/
waba
/
list
List WABA Accounts
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Your application's unique ID.

x-api-secret
string
header
required

Your application's secret key.

Response

A successful response carrying the list of WABA accounts.

status
integer
Example:

200

success
boolean
Example:

true

error
null
Example:

null

accounts
object[]