GET /api/v1/kyb/absher-otp/{nationalId} — Absher OTP Individual
Requests an OTP (One-Time Password) from Absher for verification using only the national ID.
Authentication
SadqAuthorize
Request Headers
- Authorization (required)
- Bearer {token}
Path Parameters
- nationalId (string, required)
- The Saudi National ID or Iqama number
Responses
HTTP 200 — Individual Absher OTP sent
{
"data": "5967",
"errorCode": 190,
"message": "AbsherOtp sent successfully",
"returnUrl": "/dashboard",
"stateValidationErrors": null,
"signature": ""
}HTTP 200 —
{
"data": null,
"errorCode": 152,
"message": "There is not enough credit to Absher Quota",
"returnUrl": "/dashboard",
"stateValidationErrors": null,
"signature": ""
}