---
title: "testingapideck"
url: "https://sbx.developer-internal.sanofi.com/apis/testingapideck-2/versions/ac7d18a7-5e8e-4914-835a-fdf08ea83700"
---

# testingapideck

OpenAPI specification document.

```json
{"openapi":"3.0.0","info":{"title":"testingapideck","description":"A dynamic API that echoes back request metadata. Protected by API Key, OAuth2, or Basic Auth.","version":"2.0.0"},"security":[{"ApiKeyAuth":[]},{"OAuth2Auth":[]},{"BasicAuth":[]}],"paths":{"/testingapideck":{"get":{"summary":"Get Dynamic Echo Response","responses":{"200":{"description":"A free-form JSON object echoing the request.","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}}}}}},"servers":[{"url":"https://my-kong-proxy-kongdev.apps.rosa.scale-5348b967.h2k0.p3.openshiftapps.com"}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"apikey","x-kong-security-key-auth":{"config":{"key_names":["apikey"],"hide_credentials":true}}}}}}
```
