BrandKwikID Documentation
API SuiteEPF & OTP Verification

Verify OTP and Get Details

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

username?string

Client provides unique EPF userid assigned to them.

token?string

Token received in the 'login' api

otp?string

Client provides unique OTP received on the register phone number.

sessionid?string

Session ID received in the 'login' api

Response Body

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