Skip to main content
POST
/
backgroundcheck
cURL
curl --request POST \
  --url https://gateway.varchev.com/kyc/backgroundcheck \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-token: <x-token>' \
  --data '
{
  "enableMonitoring": "false",
  "fullName": "MARIA DELA CRUZ",
  "gender": "F",
  "dateOfBirth": "1970-01-01"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.varchev.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Sample Payload

The body is of type object.

Response

default

Default response