Authorization: Bearer ********************curl --location --request GET '/api/customer-vault/<customerId>/billing-information' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "2",
"firstName": "John",
"lastName": "Wick",
"address": "123 Street Name",
"state": "California",
"city": "Los Angeles",
"zip": "91206",
"country": "United States",
"createdOn": "2021-06-02 12:37:12",
"_links": {
"index": {
"href": "https://zendashboard.com/api/customer-vault/1/billing-information"
},
"self": {
"href": "https://zendashboard.com/api/customer-vault/1/billing-information/2"
}
}
}
],
"_links": {
"self": {
"href": "https://zendashboard.com/api/customer-vault/1/billing-information?%2Fapi%2Fcustomer-vault%2F1%2Fbilling-information=&page=1"
},
"first": {
"href": "https://zendashboard.com/api/customer-vault/1/billing-information?%2Fapi%2Fcustomer-vault%2F1%2Fbilling-information=&page=1"
},
"last": {
"href": "https://zendashboard.com/api/customer-vault/1/billing-information?%2Fapi%2Fcustomer-vault%2F1%2Fbilling-information=&page=1"
}
},
"_meta": {
"totalCount": 1,
"pageCount": 1,
"currentPage": 1,
"perPage": 30
}
}