The GlobalGateway SDK needs a token in order to run document classification and selfie liveness.
Simply call the endpoint and you will receive a token
Request
POST https://gg-ic-sdk-server-proxy.globalgateway.io/token
Authorization: Basic ACCESS_TOKEN
Response
{
"token": "97a5a480-5e6f-450c-908f-0c55a602f368"
}