14 September 2026
GeneralSecurity and privacy
Platform Insights now supports OAuth 2.0 client credentials authentication. This authentication method lets you export telemetry data to OTLP providers that require OAuth 2.0 access tokens.
The API includes the following changes:
- Added the optional
authfield to OtlpProvider, OtlpHttpProvider, OtlpProviderDraft, and OtlpHttpProviderDraft. - Added the OtlpAuth and OtlpAuthOAuth2 types for responses.
- Added the OtlpAuthDraft and OtlpAuthOAuth2Draft types for configuring authentication.
- Added the OtlpAuthType enum.