Authentication

This endpoint retrieves the authenticated user’s profile based on the API token provided in the request. Use this endpoint to verify the identity of the current user and fetch basic account details.

Returns data about the currently authenticated user

get
/api/v1/auth
Authorizations
AuthorizationstringRequired

Authentication using a Bearer token.

Responses
200

Successfully retrieved User resource.

application/json
get
/api/v1/auth

Last updated

Was this helpful?