---
title: "testapi"
url: "https://sbx.developer-internal.sanofi.com/apis/testapi-2/versions/0a4bcaeb-ef1b-4f72-b165-54db55bc0379"
---

# 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":"2.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"}}}}
```
