cURL
curl --request PUT \ --url https://gateway.varchev.com/kyc/backgroundcheck \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-token: <x-token>' \ --data ' { "enableMonitoring": "false", "sessionId": "77a91f1a-bb29-410a-9d35-7ca04549586c" } '
Documentation IndexFetch the complete documentation index at: https://docs.varchev.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.varchev.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
autorization token to be passed as a header
Sample Payload
The body is of type object.
object
Default response