Skip to main content
GET
/
api
/
v1
/
public
/
template
/
versions
/
{versionId}
/
channel-templates
Get All Channel Templates
curl --request GET \
  --url https://api.example.com/api/v1/public/template/versions/{versionId}/channel-templates \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "channel": "<string>",
  "search": "<string>",
  "sort": "<string>",
  "page": 123,
  "size": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.trysiren.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorization
string
required
Bearer token for API authentication. Format: Bearer {{apiToken}}

Query Parameters

versionId
uuid
required
The ID of the template version.

Body Parameters

channel
string
Filter channel templates by channel.
Search channel templates by field.
sort
string
Sort channel templates by field.
page
integer
Page number for pagination. Default: 0.
size
integer
Number of items per page. Default: 10.