Senders
Get all senders
List all sender identities in your account.
Authentication: TextPeak API key in the Authorization header (see Authentication in the API Overview).
get/senders
Query parameters
_pageinteger
Page number (1-based).
itemsPerPageinteger
Items per page.
Response
The list of senders.
Example response
[
{
"id": 7,
"name": "CommPeak",
"value": "CommPeak",
"dailyLimit": 5000,
"stream": "/api/streams/5",
"senderType": "ALPHANUMERIC",
"status": "APPROVED"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.