Account and billing
Retrieve current user
Return the identity represented by the bearer token.
GET
/api/v1/meAuthentication: REST bearer token required.
Parameters
This endpoint has no path, query, or body parameters.
Responses
200The authenticated user and account IDs.
401The bearer token is missing, invalid, or expired.