API Reference/Endpoints
Get current user
GET/api/v1/me
Returns the identity behind the API key used to authenticate the request.
Authentication
Send your personal API key as a bearer token. A missing, malformed or revoked key returns 401.
Response fields
Errors
·401 Unauthorized. The key is missing, malformed or has been rotated.