Swagger UI
# Shared Data API — OpenAPI / Swagger UI
The Shared Data API is published as OpenAPI and available in the Swagger UI. Use the Swagger UI to explore endpoints interactively and make live requests.
- Swagger UI: https://www.dev.immport.org/data/query/swagger-ui/index.html
Quick use:
- Click the "Authorize" button in Swagger and provide your API key (Authorization: Bearer <API_KEY>) to try authenticated endpoints.
- For programmatic calls, include the same header: `Authorization: Bearer <API_KEY>`.