Landings (Pre-landing/Post-landing)
Create a landing using existing template
Create a landing using existing template from s3 bucket.
post/api/v1/landing
Request body
Example request
{
"comment": "Some user comments",
"data": {
"clickButton": "Click here!",
"sectors": [
{
"field_1": "10$",
"field_2": "8$"
},
{
"field_1": "7$",
"field_2": "125$"
},
{
"field_1": "30$",
"field_2": "60$"
},
{
"field_1": "70$",
"field_2": "80$"
},
{
"field_1": "100$",
"field_2": "200$"
},
{
"field_1": "50$",
"field_2": "400$"
},
{
"field_1": "111$",
"field_2": "25$"
},
{
"field_1": "40$",
"field_2": "250$"
}
]
},
"name": "string",
"templateId": "132801e5-ba88-49f6-965a-deafcd04319f"
}Response
Resource created successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.