Skip to main content

Get User Profile

Returns the authenticated user’s profile information including account details.

Headers

string
required
Bearer token for authentication

Response

string
User’s unique identifier
string
User’s first name
string
User’s last name
string
User’s email address
string
User’s timezone setting
string
Default account identifier
string
ISO 8601 timestamp of user creation
array
Array of account objects the user has access to
object

Verify Token

Verifies the validity of an authentication token.

Headers

string
required
Bearer token to verify

Response

string
Account identifier associated with the token

Sign Out

Signs the user out of their current session.

Headers

string
required
Bearer token for the session to terminate

Response

boolean
Indicates if the sign out was successful