Authorization details
Eyer APIs use bearer-token authentication. Tokens are provided by Eyer and scoped to the customer environment they belong to.
Eyer provides two tokens for each customer environment: a read token and a push token.
Token types
- Read token: used for query APIs such as Alerts, Metrics, and Topology
- Push token: used only for pushing APIs, specifically
/v1/source/{sourceId}
How to send the token
Send either token in the same way:
Authorization: Bearer <token>
Use the token type that matches the API you are calling.