# [WooCommerce REST API] /wp-json/wc/v3/customers/2
```
http://woocommerce.github.io/woocommerce-rest-api-docs/#introduction
{
"id": 2,
"date_created": "2019-05-30T15:50:44",
"date_created_gmt": "2019-05-30T07:50:44",
"date_modified": "2019-05-30T15:50:44",
"date_modified_gmt": "2019-05-30T07:50:44",
"email": "dali17@coolbitx.com",
"first_name": "Mike",
"last_name": "Chen",
"role": "subscriber",
"username": "mikechen",
"billing": {
"first_name": "Mike",
"last_name": "Chen",
"company": "",
"address_1": "景新街210巷13號4樓",
"address_2": "",
"city": "中和區",
"postcode": "100",
"country": "TW",
"state": "新北市",
"email": "dali17@coolbitx.com",
"phone": "+886910723969"
},
"shipping": {
"first_name": "Mike",
"last_name": "Chen",
"company": "",
"address_1": "景新街210巷13號4樓",
"address_2": "",
"city": "中和區",
"postcode": "100",
"country": "TW",
"state": "新北市"
},
"is_paying_customer": false,
"avatar_url": "https:\/\/secure.gravatar.com\/avatar\/58ff2e270fd67fc5a3d78a2343e7ffd3?s=96&d=mm&r=g",
"meta_data": [
{
"id": 67,
"key": "_wcs_subscription_ids_cache",
"value": [
58,
57,
56
]
},
{
"id": 87,
"key": "shipping_method",
"value": {
"2019_06_14_every_3rd_month_after_a_15_day_trial_0": "free_shipping:1",
"2019_06_14_every_6th_month_after_a_15_day_trial_0": "free_shipping:1",
"2019_06_14_yearly_after_a_15_day_trial_0": "free_shipping:1"
}
},
{
"id": 89,
"key": "wc_last_active",
"value": "1559174400"
},
{
"id": 90,
"key": "_stripe_customer_id",
"value": "cus_FA38o13lLqaL3r"
}
],
"_links": {
"self": [
{
"href": "https:\/\/5cda61d8.ngrok.io\/wp-json\/wc\/v3\/customers\/2"
}
],
"collection": [
{
"href": "https:\/\/5cda61d8.ngrok.io\/wp-json\/wc\/v3\/customers"
}
]
}
}
```