Authentication
Get Current User
Get current user/key info
GET
Get information about the currently authenticated user or API key. Returns different response schemas based on whether authenticated with a user account or API key.
Response Types
User Account Response:
- User ID
- Account type
- Creation timestamp
- Last update timestamp
API Key Response:
- Key ID
- Key type
- Project ID
- Creation timestamp
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
The response is of type object
.