PUT
/
backgroundcheck
curl --request PUT \
  --url https://gateway.finhub.cloud/kyc/1.0.0/backgroundcheck \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-token: <x-token>' \
  --data '{
  "enableMonitoring": "false",
  "sessionId": "77a91f1a-bb29-410a-9d35-7ca04549586c"
}'

Authorizations

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-token
string
required

autorization token to be passed as a header

Body

application/json · object

The body is of type object.