---
title: "retrieve the info of a worker"
method: GET
path: "/public/onboarding/v1/get-worker-details"
tags: ["Onboarding flow"]
---

# retrieve the info of a worker

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

## Query parameters

- `workerId` string, uuid, required

## Response `200`

Successfully retrieved a worker

- WorkerDetailsResponseV1
  - `firstName` string, required
  - `emailAddress` string, email, required
  - `mobilePhoneNumber` string, required
  - `paymentDetails` PaymentDetailsV1, required — Payment details.
    - `IBAN` string, required — The IBAN of the worker.
  - `address` AddressDetailsV1, required — Address details.
    - `street` string, required — The street name of the address.
    - `houseNumber` integer, required — The house number of the address, excluding suffix. For a house number 123A, this would be 123.
    - `houseNumberAddition` string — House number suffix (if any). For a house number 123A, this would be 'A'.
    - `zipCode` string, required — The postal code of the address. Must be a post code that actually exists in the Netherlands.
    - `city` string, required — The city of the address.
    - `countryCode` string, required — The country code in ISO 3166-1 alpha-2 format.

## Other responses

- `400` — The request could not be processed. This could be due to a number of reasons: * The request does not have all required data. * Data in the request is invalid. * Data in the request is inconsistent. * The operation is not allowed given the current state of the data.
- `401` — The request did not contain credentials identifying the caller, or the provided credentials were invalid.
- `403` — The data that the request referred to is inaccessible to the caller.

---

[API](https://skmtc.net/maqqie/apis/maqqie-public-api.md) · [All operations](https://skmtc.net/maqqie/apis/maqqie-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maqqie/maqqie-public-api/revisions/41e5cd97d4d7/schema)
