Customer Details
This API provides the specific Customer Details.
curl --location --request GET '{{Base_url}}/rest/V1/customers/me' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer eyJraWQiOiIxIiwiYWxnIjoiSFMyNTYifQ.eyJ1aWQiOjIxMDAyNywidXR5cGlkIjozLCJpYXQiOjE3Mzc2Mjg1ODksImV4cCI6MTczNzYzMjE4OX0._KjZTXSeh3HFdFbIN1P456gEXB9feuoio10VEfVIK5s' \
--header 'Cookie: PHPSESSID=2639naaq26nbe7st472kk4ms4i' \
--data '
'{
"id": 210027,
"group_id": 1,
"default_billing": "18102",
"default_shipping": "18102",
"created_at": "2024-05-28 08:16:06",
"updated_at": "2025-01-21 13:00:40",
"created_in": "Default Store View",
"email": "qa@zrpl.co.in",
"firstname": "qa",
"lastname": "qa",
"gender": 0,
"store_id": 1,
"website_id": 1,
"addresses": [
{
"id": 18102,
"customer_id": 210027,
"region": {
"region_code": "AP",
"region": "Andhra Pradesh",
"region_id": 534
},
"region_id": 534,
"country_id": "IN",
"street": [
"hsr",
"banglore"
],
"telephone": "1234567890",
"postcode": "535101",
"city": "VIZIANAGARAM",
"firstname": "second",
"lastname": "qa",
"default_shipping": true,
"default_billing": true
},
{
"id": 18145,
"customer_id": 210027,
"region": {
"region_code": "KA",
"region": "Karnataka",
"region_id": 549
},
"region_id": 549,
"country_id": "IN",
"street": [
"test",
"qaqa"
],
"telephone": "1234567890",
"postcode": "560034",
"city": "BENGALURU URBAN",
"firstname": "Surya",
"lastname": "qa"
}
],
"disable_auto_group_change": 0,
"extension_attributes": {
"is_subscribed": false
},
"custom_attributes": [
{
"attribute_code": "reward_balance",
"value": "0"
},
{
"attribute_code": "reward_amount",
"value": "0"
},
{
"attribute_code": "isautocreated",
"value": "0"
},
{
"attribute_code": "mobile_number",
"value": "1234567890"
},
{
"attribute_code": "monthly_purchase_cap",
"value": "2993"
}
]
}Top-Level Attributes
Addresses
Other Attributes
Last updated