POST
/
v2
/
clients
/
contract-accept
curl --request POST \
  --url https://client-api.dev.finhost.io/v2/clients/contract-accept \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contractId": "regularContract"
}'
{}

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
OK

The response is of type object.