{ "parameters": [ ], "response_fields": [ ], "requests": [ { "request_headers": { }, "request_query_parameters": { }, "response_headers": { "X-Frame-Options": "SAMEORIGIN", "X-XSS-Protection": "1; mode=block", "X-Content-Type-Options": "nosniff", "X-Download-Options": "noopen", "X-Permitted-Cross-Domain-Policies": "none", "Referrer-Policy": "strict-origin-when-cross-origin", "Content-Type": "application/json; charset=utf-8", "Access-Control-Allow-Origin": "*", "Access-Control-Allow-Headers": "*", "Access-Control-Allow-Methods": "GET, POST, PATCH, PUT, DELETE, OPTIONS", "X-Requested-With": "", "Vary": "X-Requested-With, X-Flash-Messages", "ETag": "W/\"0751e079ab614d2b7c3d88d04ee2dfc7\"", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "f49c7cf8-b415-46c3-a61c-62745596c4c5", "X-Runtime": "0.008116", "Expires": "0", "Content-Length": "900" }, "request_method": "GET", "request_path": "/api/storefront/email_signups", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"title\": \"Sign up for our email list\",\n \"content_blocks\": [\n {\n \"id\": \"5d5ecba1d4322a04dfbf7be6\",\n \"type\": \"text\",\n \"area\": \"default\",\n \"data\": {\n \"text\": \"Here is some administrated content\"\n },\n \"hidden_breakpoints\": [\n\n ],\n \"position\": 0,\n \"html\": \"\\n\"\n }\n ]\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/storefront/email_signups\" -X GET " } ], "resource": "Email Signups", "description": "Showing an email signup content", "route": "/api/storefront/email_signups", "http_method": "GET", "explanation": " This endpoint will return all relevant data for showing an email\n sign up form.\n" }