Search Senders
Authentication
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Request
The Sender’s communication address within a channel, such as a phone number, email address, or device token.
The medium which a unit of communication is transmitted through. These are differentiated by a mix of transmission protocol, network controller/owner, endpoint and address model, as well as the model for content of the atomic unit of communication itself.
The status of a Sender.
If a Sender is activated, it is available to send and receive communications.
If a Sender is deactivated, it is not available to send or receive communications.
Response
Metadata for paginated results. This object contains two tokens to navigate through paginated results.
- Use
nextto retrieve the ‘next’ page in the result list. - Use
selfto retrieve the same page of the result list again. - Supply the token in the
pageTokenquery param.