POST
/
client
curl --request POST \
  --url https://client-api.dev.finhost.io/client \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "John",
  "surname": "Doe",
  "nationality": "UKR",
  "birthday": "2017-07-21",
  "phone": "+380689873682"
}'
{
  "transactionStatus": "Initiation completed"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

201
application/json
The client was initiated

The response is of type object.