PATCH
/
client
/
contract
curl --request PATCH \
  --url https://client-api.dev.finhost.io/client/contract \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contract": "BasicContract"
}'
{
  "client": "73f86631-3aa8-4df3-a769-ed820761da8c",
  "adm": "adm:active",
  "kyc": "kyc:unconfirmed",
  "verifier": "sumsub",
  "applicant": "628f44511a86170001268e99",
  "agent": "39eab26c-8788-4375-810c-9807aaf98191",
  "context": "profile",
  "created": "2022-07-06T13:42:24.094Z",
  "updated": "2022-07-06T13:42:24.094Z",
  "contract": "BasicContract",
  "termsVersion": "2022-07-06T13:42:24.094Z",
  "termsAcceptedTs": "2022-07-06T13:42:24.094Z",
  "address": {
    "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.