Users
Retrieve profile and application settings for the currently authenticated user. Use this endpoint to adapt your integration to user preferences and entitlements.
Requirements
Authentication: Bearer API token
Headers:
Authorization: Bearer-API YOUR_API_KEY
Endpoint
Get Current User
GET /api/v1/users/meRetrieves information about the currently authenticated user.
Authorizations
AuthorizationstringRequired
API key authentication. Format: "Bearer-API YOUR_API_KEY"
Responses
200
Successful operation
application/json
401
Unauthorized
application/json
403
Permission denied or missing required scope
application/json
get
/users/meRelated Resources
Authentication - Managing API keys and scopes
Workspaces API - Access workspace information
Rate Limits - Understanding API usage limits
Last updated
Was this helpful?

