~/account/access tokens

Accesss tokens are only supported for Logflare Endpoints for now.

Theree 3 ways of authenticating with the API: in the Authorization header, the X-API-KEY header, or the api_key query parameter. The Authorization header method expects the header format Authorization: Bearer your-access-token. The X-API-KEY header method expects the header format X-API-KEY: your-access-token. The api_key query parameter method expects the search format ?api_key=your-access-token.

You do not have any access tokens yet.