Landings (Pre-landing/Post-landing)
Get landings templates preview pictures
Get list of landings templates preview pictures from s3 bucket.
get/api/v1/landing/preview
Query parameters
pageinteger
sizeinteger
Response
Successful Response
Example response
{
"items": [
{
"createdAt": "2021-09-01T00:00:00",
"id": "123e4567-e89b-12d3-a456-426614174000",
"previewUrl": "https://s3.curie-tech.net/landing_templates/preview/123e4567-e89b-12d3-a456-426614174000",
"updatedAt": "2021-09-01T00:00:00"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.