{ "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", "X-Requested-With": "", "Vary": "X-Requested-With, X-Workarea-Segments", "Last-Modified": "Wed, 19 Aug 2020 13:45:39 GMT", "Cache-Control": "no-cache, no-store, must-revalidate", "X-Request-Id": "355cf34a-cab8-4c0d-ad37-bd97c7e0fb82", "X-Runtime": "0.006451", "X-Workarea-Segments": "", "Expires": "0", "Content-Length": "249" }, "request_method": "GET", "request_path": "/api/admin/payment_profiles/5f3d2d030218236de151ea6a", "request_body": null, "request_content_type": null, "response_status": 200, "response_status_text": "OK", "response_body": "{\n \"payment_profile\": {\n \"_id\": \"5f3d2d030218236de151ea6a\",\n \"created_at\": \"2020-08-19T13:45:39.624Z\",\n \"email\": \"user@workarea.com\",\n \"gateway_id\": null,\n \"reference\": \"1243\",\n \"store_credit\": {\n \"cents\": 0.0,\n \"currency_iso\": \"USD\"\n },\n \"updated_at\": \"2020-08-19T13:45:39.624Z\"\n }\n}", "response_content_type": "application/json", "curl": "curl -g \"https://www.example.com/api/admin/payment_profiles/5f3d2d030218236de151ea6a\" -X GET " } ], "resource": "Payment Profiles", "description": "Showing a payment profile", "route": "/api/admin/payment_profiles/:id", "http_method": "GET" }