Skip to main content

Authorization details

Most Eyer APIs use bearer-token authentication.

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.

Notes

  • Tokens are provided by Eyer
  • Tokens are scoped to the customer environment they belong to