---
title: "testapi"
url: "https://sbx.developer-internal.sanofi.com/apis/testapi-2/versions/d0b972e6-5be8-4b28-8628-7ae2af3676dd"
---

# testapi

OpenAPI specification document.

```json
{"openapi":"3.0.0","info":{"title":"testapi","description":"A dynamic API that echoes back request metadata. Protected by API Key, OAuth2, or Basic Auth.","version":"3.0.0"},"security":[{"ApiKeyAuth":[]},{"OAuth2Auth":[]},{"BasicAuth":[]}],"paths":{"/testapi":{"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}}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"apikey"},"OAuth2Auth":{"type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://your-auth-server.com/token","scopes":{}}}},"BasicAuth":{"type":"http","scheme":"basic"}}}}
```
