cURL
curl --request POST \ --url https://gateway.varchev.com/kyc/face \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-token: <x-token>' \ --data '{ "idPhoto": "data:image/png;base64,/9j/4AAQSkZJRgABAgAAAQABAAD" }'
{ "idPhoto": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
authentication token from /authorize response
Sample Payload
The body is of type object.
object
Default response
The response is of type object.