v1
latestOpenAPI 3.0.32026-07-24156161.2 MBStream event templates
Get all stream event templates
List all event templates in your account.
Authentication: TextPeak API key in the Authorization header (see Authentication in the API Overview).
get/stream_events
Query parameters
_pageinteger
Page number (1-based).
itemsPerPageinteger
Items per page.
Response
The list of templates.
Example response
[
{
"id": 21,
"name": "Verification code",
"stream": {
"id": 5,
"name": "Marketing UK"
},
"text": "Your CommPeak code is [code]",
"eventKey": "verification_code",
"createdAt": "2026-03-01 09:00:00",
"activated": true,
"language": "en"
}
]