Multiple authentication schemes in the API Explorer
The API Explorer now supports multiple authentication schemes and combinations of authentication schemes for OpenAPI specs.
First, configure your OpenAPI spec with multiple security options:
openapi.yml
Then, the API Explorer automatically displays all available authentication options in a dropdown menu, allowing users to select and configure their preferred authentication method before sending requests.

Learn more about configuring authentication in the API Explorer documentation.