BrandKwikID Documentation
API SuiteEPF & OTP Verification

Login and Get OTP

Verify and authenticate Employee Provident Fund (EPF) account details.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

usernameinteger

Client provides unique EPF userid assigned to them.

passwordstring

Client provides password related to the EPF account.

Response Body

curl -X POST "https://__mock__/verification/v2/epf/login" \  -H "Content-Type: application/json" \  -d '{    "username": 0,    "password": "string"  }'
{
  "session_details": {}
}
{
  "detail": {
    "<location>": {
      "<field_name>": [
        "string"
      ]
    }
  },
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}