cURL
curl --request PATCH \ --url https://client-api.dev.finhost.io/client \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "phone": "+38090000000" } '
{ "country": "USA", "postCode": "23453", "town": "Boston", "street": "Bandery 17", "streetLine2": "sub street", "state": "DE" }
Confirm client profile information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"+38090000000"
200 response
Client country
"USA"
Client post code
"23453"
Client town
"Boston"
Client street
"Bandery 17"
Client sub street
"sub street"
"DE"