diff --git a/src/_product-updates/2025-02-06-api-explorer-auth.md b/src/_product-updates/2025-02-06-api-explorer-auth.md new file mode 100644 index 00000000..2e155ded --- /dev/null +++ b/src/_product-updates/2025-02-06-api-explorer-auth.md @@ -0,0 +1,20 @@ +--- +title: API Explorer - Authentication support +tags: [New] +image: /images/changelog/api-explorer-auth.png +--- + +![api-explorer-auth.png](/images/changelog/api-explorer-auth.png) + +Authentication is now supported for APIs providing authentication methods. + +We currently support: +- HTTP: Bearer/Basic, +- API keys: Header/Query string/Cookie, +- OAuth2: basic support through a header token field. + +Users only have to define it once to use it on any of your API operations that require it. + +Want to try the API Explorer? [You can request access here.](https://survey.typeform.com/to/RRACql9G) + +The API Explorer is still in beta. We warmly welcome your feedback. \ No newline at end of file diff --git a/src/images/changelog/api-explorer-auth.png b/src/images/changelog/api-explorer-auth.png new file mode 100644 index 00000000..6f585ee9 Binary files /dev/null and b/src/images/changelog/api-explorer-auth.png differ