Retrieves a specific landing page for an account based on the provided slug. Returns the landing page data if found, or null if no matching page exists.
Request
Query Params
Responses
🟢200OK
application/json
Landing page successfully retrieved
Body
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/account/v4.0/landing-pages?slug'