Account and billing

Retrieve current user

Return the identity represented by the bearer token.

GET/api/v1/me

Authentication: REST bearer token required.

Parameters

This endpoint has no path, query, or body parameters.

Responses

200

The authenticated user and account IDs.

401

The bearer token is missing, invalid, or expired.