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_idstring
Unique ID of the user who owns the workspace
emailstring
Email address of the workspace owner
workspace_idstring
Workspace ID associated with the API key
rolestring
Role of the user within the workspace
verifiedboolean
Whether the owner's email address has been verified
created_atdatetime
ISO 8601 UTC timestamp of account creation

Errors

401
Get Auth Me Request Unauthorized Error