List Journey Content Blocks
GET /v2/widget/journeys/{journey_id}/content-blocks
Operation
| Operation ID | listJourneyContentBlocks |
| Tags | Untagged |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| journey_id * | path | id | |
| page[size] | query | integer | |
| sort | query | string | Comma-separated fields. Prefix `-` for descending. Per-endpoint whitelist. |
Responses
200
OK
object
| Field | Type | Description |
|---|---|---|
| data * | ContentBlock[] | |
| page * | object |
Example request
GET https://api.digitalonboarding.com/v2/widget/journeys/{journey_id}/content-blocks?<query-params>
Authorization: Bearer <partner-token>