Skip to main content
GET
/
whatsapp_accounts
Error
A valid request URL is required to generate request examples
{
  "status": "ok",
  "data": {
    "whatsapp_accounts": [
      {
        "id": "972501111111@s.whatsapp.net",
        "phone": "+972540000001",
        "connected_on": "2023-06-18 15:19:23 +0100",
        "status": "Active",
        "owner_name": "John Doe",
        "owner_email": "john.doe@acme.com",
        "account_name": "John Doe"
      }
    ]
  }
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}
{
"message": "<string>",
"status": "error",
"error_code": "validation_error",
"errors": [
{
"fields": [
"url"
],
"msg": "must be a valid http(s) URL"
}
]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Success

status
enum<string>
required
Available options:
ok,
error
Example:

"ok"

data
object
required