Authorization: Bearer ********************curl --location --request GET '/api/customer-vault/<customerId>' \
--header 'Authorization: Bearer <token>'{
{
"id": "1",
"dba": {
"id": "1"
},
"firstName": "John",
"lastName": "Wick",
"company": null,
"email": "johnwick@email.com",
"website": null,
"phone": "+1 818-774-0010",
"altPhone": null,
"identificator": "34",
"description": "Description to help me identify the customer",
"token": "ZfAyLUOVlK8znmu9irIHPAXlPft3bhFK",
"archived": "No",
"updatedOn": "2021-06-02 09:43:30",
"createdOn": "2021-06-02 09:43:30",
"_links": {
"self": {
"href": "https://zendashboard.com/api/customer-vault?id=1"
}
}
}