๐Ÿ”ฆGeneral API

# Get List Of Countries :

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
idinteger ยท int32Optional

Country unique identifier

Example: 10
namestring ยท nullableOptional

Country name

Example: Egypt
codestring ยท nullableOptional

Country international code

Example: 20
countryISOCodestring ยท nullableOptional

Country international ISO code

Example: EG
get
/Onboarding/api/v1/Lookups/Countries

This API is to return list of countries

# Get Request Current Step :

This API is to get the current and next onboarding steps for the current request.

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
currentStepIdinteger ยท int32Optional

Current onboarding step

Example: 5
nextStepIdinteger ยท int32 ยท nullableOptional

Next onboarding step, it can be null when the request is in last step

Example: 5
currentStepSettingsIdinteger ยท int32 ยท nullableOptional

Current onboarding step setting Id

Example: 4
statusinteger ยท enumOptionalPossible values:
get
/Onboarding/api/v1/onboarding/Request/GetCurrentStep

Last updated