get https://api.naoca.com/v1/clients
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/clients \
--header 'accept: application/json'
xxxxxxxxxx
48}
{
"data": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"branch_id": null,
"profile_id": "60163dc4-cd47-4c28-b725-7a88218c7c24",
"profile_picture": null,
"thumbnail_picture": null,
"title": "Mr",
"name": {
"first": "John",
"middle": "William",
"last": "Doe",
"aka": "Slugger",
"formal": "Mr John Doe",
"formal_AKA": "Mr John \"Slugger\" Doe",
"informal": "John Doe",
"informal_AKA": "John \"Slugger\" Doe"
},
"date": {
"of_birth": "1970-12-16",
"of_death": "2021-08-02",
"range": "1970 - 2021"
}
}