Last updated 1 year ago
ex: Bearer
GET /api/v1/Lookups/Countries HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
Success
[ { "id": 1, "name": "text", "code": "text", "countryISOCode": "text", "phoneNumberRegex": "text" } ]
GET /api/v1/onboarding/Request/GetCurrentStep HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
{ "currentStepId": 1, "nextStepId": 1, "currentStepSettingsId": 1, "status": 1 }