Get User Profile
Returns the authenticated user’s profile information including account details.Headers
Bearer token for authentication
Response
User’s unique identifier
User’s first name
User’s last name
User’s email address
User’s timezone setting
Default account identifier
ISO 8601 timestamp of user creation
Array of account objects the user has access to
Verify Token
Verifies the validity of an authentication token.Headers
Bearer token to verify
Response
Account identifier associated with the token
Sign Out
Signs the user out of their current session.Headers
Bearer token for the session to terminate
Response
Indicates if the sign out was successful