Get Current KYC Request Step
This endpoint retrieves the current processing step of the user’s KYC request within the verification workflow. It helps the client application determine: The current active step in the KYC process.
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
get
/Onboarding/api/v1/onboarding/KycRequest/GetCurrentStep200
Success
{
"currentStepId": 1,
"nextStepId": 3
}🔁 KYC Step Definitions
Step ID
Step Name
Description
Last updated