π€Get Authentication Current Step
get
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Responses
200
Success
400
Bad Request
get
GET /api/v1/authentication/AuthenticationRequest/GetRequestCurrentStep HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"currentStepId": 1,
"nextStepId": 1,
"status": 1
}
Last updated