Authentication
EldrStream uses two authentication mechanisms depending on the operation:Login
Obtain a JWT session token by authenticating with your tenant credentials.Request body
Example
Response
Error responses
Using the JWT
Pass the token as aBearer value in the Authorization header on all management API calls:
401 Unauthorized. Re-authenticate by calling /v1/tenants/auth/login again.
Using the API Key
The API key authenticates event ingestion. Pass it as akey value in the EldrStream-API-Key header: