Skip to main content
GET
Poll a WABA account analytics request

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
integer
required

an internal id of the WABA account (the only value used to address this account)

handle_id
string
required

opaque handle returned by POST /waba/accounts/{account_id}/analytics, used to poll for the result

Response

Success

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

"ok"

data
object
required