๐ฆGeneral API
# Get List Of Countries :
get
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Responses
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/Lookups/CountriesThis 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
200
Success
application/json
400
BadRequest
application/json
401
Unauthorized
application/json
get
/Onboarding/api/v1/onboarding/Request/GetCurrentStepLast updated