v1
latestOpenAPI 3.0.32026-07-24156161.2 MBStreams
Get all streams
List all streams in your account.
Authentication: TextPeak API key in the Authorization header (see Authentication in the API Overview).
get/streams
Query parameters
_pageinteger
Page number (1-based).
itemsPerPageinteger
Items per page.
Response
The list of streams.
Example response
[
{
"id": 5,
"streamUid": "9f1c2d3e4b5a6789c0d1e2f3a4b5c6d7",
"name": "Marketing UK",
"description": "Outbound marketing to UK contacts",
"type": "MARKETING",
"callerId": "447700900123",
"ipAcl": "192.0.2.10",
"state": "READY",
"streamTags": [
{
"id": 12,
"value": "vip"
}
]
}
]