v1

latestOpenAPI 3.0.32026-08-0645108163.2 KB
Onboarding flow

retrieve the info of a worker

get/public/onboarding/v1/get-worker-details

Query parameters

workerIdstring uuid required

Response

Successfully retrieved a worker

firstNamestring required
emailAddressstring email required
mobilePhoneNumberstring required

Example response

{
  "address": {
    "houseNumber": 102,
    "houseNumberAddition": "B",
    "zipCode": "5652AA",
    "countryCode": "US"
  }
}