Account API
Get Current User
Retrieve the user associated with the current session token
GET
Get Current User
Retrieve the authenticated user’s profile. This endpoint requires a user session token (Account API), not an environment token.This endpoint is part of the Account API and is authenticated with a user session token. Other endpoints in this reference use environment tokens (
talq_*).Endpoint
Request headers
User session token. Format:
Bearer <user_session_token>.Examples
Response
Notes
- Use this in dashboards or tools that authenticate the human user, not service-to-service integrations.
- For machine-to-machine access scoped to an environment, use environment tokens (
talq_*) with the rest of the API.