Skip to main content
GET
Get User Information
Retrieves information about the currently authenticated user and their associated customer organization.

Authentication

This endpoint requires a valid API key in the Authorization header.

Response

user_id
string
The unique identifier for the user
customer_id
string
The unique identifier for the customer organization
user_name
string
The display name of the user (may be null)
user_email
string
The email address of the user
customer_name
string
The name of the customer organization

Error Responses

Use Cases

  • Authentication verification: Confirm that your API key is working correctly
  • User context: Get information about the current user for personalization
  • Organization identification: Determine which organization the user belongs to