Senders
Get sender
Retrieve a single sender by its ID.
Authentication: TextPeak API key in the Authorization header (see Authentication in the API Overview).
get/senders/{id}
Response
The sender.
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.