Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

ID of the account to check

Example:

"acct_01jpqjvfg9enpt7pyxd60pcmxj"

Query Parameters

capabilities
enum<string>[]

capabilities about which to check the status

Available options:
local_messaging
Example:

"local_messaging"

Response

Account status

Response containing account status information

capabilities
object
required

An object where the fields are the capabilities passed in the capabilities query param, as in local_messaging.