landing_page

Create Landing Page Request

Public endpoint to capture landing page requests. No authentication required - anyone can submit.

Args: request_data: Contains email_id and request text

Returns: Success response with the created request ID

post/api/landing_page/

Request body

email_idstring required
requeststring required

Response

Successful Response

successboolean required
messagestring required
idstring required

Changes