Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get custom questions
cURL
curl --request GET \ --url https://api.letsway.com/v1/brands/{brandId}/experiences/{experienceId}/custom-questions
{ "items": [ { "id": "qst-123", "prompt": "What is your favorite color?", "fieldType": "single_select", "config": { "maxLength": 100 }, "options": [ { "key": "color", "value": "blue" } ], "termsAndConditions": { "label": "Terms of Service", "mediaId": "550e8400-e29b-41d4-a716-446655440000", "mediaURL": "https://example.com/media.pdf", "isOverrided": true } } ] }
List of items
Show child attributes