PATCH
/
client
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json
200 response

The response is of type object.