Account Details
GET/Customer/Get
Returns the account profile of the currently authenticated customer.
The response includes identity fields (name, email, phone), localization data and any additional account-level metadata that the platform exposes through Entities.Dtos.Hyper.Customer.CustomerDTO.
Use this endpoint to bootstrap the user profile after a successful login, to refresh cached profile data on your side, or to display the account information in your application.
Authentication: requires a valid bearer token. Requests without a valid customer
session will receive 401 Unauthorized.
The optional h-region-code header controls the locale used for region-specific
fields and defaults to TR when omitted.
Request
Responses
- 200
- 400
- 401
- 403
Account details returned successfully.
Invalid request payload.
The caller is not authenticated.
Forbidden