v3

latestOpenAPI 3.0.02026-07-31162156.9 KB
Journeys

getButtonOptions

Get button options from a csv file.

get/v1/journey/button-options

Query parameters

fileIdstring required
Example:535ef74a-dd66-4d01-94a9-725016e70d1c

file id to get button options from

Response

Success

valuestring

The value of the button

labelstring

The label of the button

Example response

[
  {
    "value": "Button Hidden Value",
    "label": "Button Label"
  }
]