---
title: "Retrieves all contact numbers entries for the candidate"
method: GET
path: "/candidate/{candidate_id}/contact-numbers"
tags: ["Candidate Contact Numbers"]
---

# Retrieves all contact numbers entries for the candidate

`GET /candidate/{candidate_id}/contact-numbers`

## Response `200`

All contact numbers details for a candidate will be returned

- ContactNumberResponseDef[]
  - `type` 'mobile' | 'home' | 'work' | 'work_fax' | 'home_fax' | 'additional' | 'whatsapp', required
  - `number` string, required
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `candidate_id` string, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation errors caused by missing or invalid header / path or payloads
- `401` — Failed to authenticate the user making the request
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
