Me

Retrieves information about the authenticated user and their associated company. This endpoint requires a valid Bearer token in the Authorization header. The response contains the user's company profile, including the unique ID, company name, description, and timestamps for creation and last update. This endpoint is typically used to confirm the identity of the API client and fetch basic company-level metadata.

Get the company object associated with the provided API key

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Company object retrieved successfully

application/json
get
/v1/me

Last updated