WhatsApp
Retrieve a WhatsApp sender
Returns the WhatsApp sender registered for the given phone number on the authenticated account.
GET
Retrieve a WhatsApp sender
Authorizations
Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.
Path Parameters
Sender's phone number, digits only.
Example:
"14155550100"
Response
The requested WhatsApp sender.
Sender's phone number in E.164 format.
Example:
"+14155550100"
Sender registration status with the provider.
Available options:
banned, connected, deleted, disconnected, flagged, migrated, pending, rate_limited, restricted, unknown, unverified Example:
"connected"
Sender's WhatsApp display name.
Example:
"Wavix"
Sender's messaging quality rating.
Available options:
high, medium, low, unknown, null Example:
"high"
Sender's 24-hour outbound messaging limit tier.
Available options:
limit_na, limit_250, limit_2k, limit_10k, limit_100k, unlimited, null Example:
"limit_2k"