๐ฆGeneral API
# Get List Of Countries :
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
idinteger ยท int32OptionalExample:
Country unique identifier
10namestring ยท nullableOptionalExample:
Country name
Egyptcodestring ยท nullableOptionalExample:
Country international code
20countryISOCodestring ยท nullableOptionalExample:
Country international ISO code
EG400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/Lookups/Countries# Get Request Current Step :
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
currentStepIdinteger ยท int32OptionalExample:
Current onboarding step
5nextStepIdinteger ยท int32 ยท nullableOptionalExample:
Next onboarding step, it can be null when the request is in last step
5currentStepSettingsIdinteger ยท int32 ยท nullableOptionalExample:
Current onboarding step setting Id
4statusinteger ยท enumOptionalPossible values:
400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/onboarding/Request/GetCurrentStepLast updated