Get authenticated user and workspace
Returns the user record and workspace metadata associated with the API key used to make the request. Use this to verify that a key is valid and to retrieve workspace context without making a business-logic call.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Authenticated identity
user_id
Unique ID of the user who owns the workspace
email
Email address of the workspace owner
workspace_id
Workspace ID associated with the API key
role
Role of the user within the workspace
verified
Whether the owner's email address has been verified
created_at
ISO 8601 UTC timestamp of account creation
Errors
401
Get Auth Me Request Unauthorized Error