Required headers and access check request
Learn the required headers to interact with the E-Gates API and how to execute an access check request.
GET /api/external/v1/autokyc/check-access{
"success": true,
"status": null,
"response": {
"access": true
},
"errors": null
}Last updated