Authentication
Get User Preferences
Get the authenticated user's preferences
GET
/{locale}/shop/auth/preferencesGet the authenticated user's preferences
Authorization
bearerAuth AuthorizationBearer <token>
Enter JWT token in the format: Bearer {token}
In: header
Path Parameters
locale*string
Locale code
Response Body
application/json
curl -X GET "https://example.com/en/shop/auth/preferences"{ "success": true, "data": { "key1": "value1", "key2": "value2" }}