Organization Configuration

Get Current User

Returns the current user and tenant the API key is operating as (name, email, organization). Useful for confirming identity during onboarding and testing.

get/v1/me

Response

Current user and tenant

namestring required

Display name of the current user.

emailstring required

Email address of the current user.

organizationstring required

Organization name — the tenant the current user is operating in.

Changes

No recorded changes to this endpoint across all 1 revision of this API.