{ "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-Workarea-Segments", "Last-Modified": "Wed, 27 Nov 2019 00:49:18 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "841174c6-b2cd-4b93-a98f-4e8dd70beeb5", "X-Runtime": "0.007996", "X-Workarea-Segments": "", "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\": \"5dddc80e1241596aa52044ef\",\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", "explanation": "

This endpoint will return all relevant data for showing an email
\nsign up form.

\n", "http_method": "GET" }