Account

Get my authentication details

GET/api/me

Returns the current authentication context, including the authenticated user or share credentials.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Responses

200The operation completed successfully.
NameTypeDescription
apiKeyobjectAPI key authentication details.
authTypeanyOf
shareTokenobject
userobjectUser associated with the resource.
200 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL