Last updated 1 year ago
/api/v1/Lookups/Countries
ex: Bearer <Replace Token From First Step>
curl -L \ --url '/api/v1/Lookups/Countries' \ --header 'Authorization: YOUR_API_KEY'
[ { "id": 1, "name": "text", "code": "text", "countryISOCode": "text", "phoneNumberRegex": "text" } ]
/api/v1/onboarding/Request/GetCurrentStep
curl -L \ --url '/api/v1/onboarding/Request/GetCurrentStep' \ --header 'Authorization: YOUR_API_KEY'
{ "currentStepId": 1, "nextStepId": 1, "currentStepSettingsId": 1, "status": 1 }