Skip to main content

Welcome

The Gateway API provides OTLP/HTTP endpoints for ingesting OpenTelemetry traces and an OAuth2 service for authenticating OTel agents.

Authentication

All trace ingestion endpoints require authentication via OAuth2 bearer token in the Authorization header:
Authorization: Bearer <your_oauth2_token>
Obtain your token from the OAuth2 token endpoint using the client credentials grant type with your API key and secret.

Base URLs

https://gateway-api.unomiq.com — OpenTelemetry trace ingestion https://oauth-api.unomiq.com — OAuth2 authentication All endpoints are relative to their respective base URL.