Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The sender ID to add.
Examples:
"Prelude"
Response
OK
The sender ID that was added.
It indicates the status of the sender ID. Possible values are:
approved
- The sender ID is approved.pending
- The sender ID is pending.rejected
- The sender ID is rejected.
Available options:
approved
, pending
, rejected
Examples:
"approved"
The reason why the sender ID was rejected.