Skip to main content
POST
List channel templates

Authorizations

pubrio-api-key
string
header
required

A unique API token that represents the actions you perform through the API and the corresponding permissions and operations. You can create it through the Settings section.

Body

application/json
channel_template_name
string

Filter search results to include a specific channel template name.

Example:

"channel template"

channel_nodes
string<uuid>[]

A list of channel_node_id used to search for specific channel nodes.

channel_types
integer[]

A list of channel_type_id used to search for specific channel types.

Example:
per_page
integer
default:25

Records per page. Defaults to 25, which is also the ceiling on most plans — the limit is your subscription's max_search_per_page, returned by Profile. Exceeding it returns HTTP 416 with code 41676 (or 41613 on company and people search), not a clamped result set.

Required range: x <= 25
Example:

25

page
integer
default:1

Page number, starting at 1. The ceiling is your subscription's max_search_page (max_company_search_page for company search), returned by Profile. Exceeding it returns HTTP 416.

Example:

1

Response

Successful response containing list of channel template details.

data
object | null

Response info depends on specific endpoint.