---
title: "Get Contact"
method: GET
path: "/v1/public/contacts/{contact_id}"
tags: ["Contacts"]
---

# Get Contact

`GET /v1/public/contacts/{contact_id}`

## Path parameters

- `contact_id` string, required

## Query parameters

- `external_id` string, nullable

## Response `200`

OK

- ContactSchema
  - `id` string, uuid, nullable
  - `contact_id` integer, nullable
  - `name` string, nullable
  - `email` string, nullable
  - `phone_number` string, nullable
  - `allowed_in_store` boolean, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/sankahq/apis/ninjaapi.md) · [All operations](https://skmtc.net/sankahq/apis/ninjaapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/ninjaapi/revisions/c273ff62266a/schema)
