Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

templateId
string
required

Journey id

Minimum string length: 1

Query Parameters

cursor
string

Pagination cursor from a prior response.

limit
integer

Page size. Minimum 1, maximum 100.

Required range: 1 <= x <= 100

Response

Notification template list

Paged list of journey-scoped notification templates.

results
object[]
required
paging
Paging · object
required