---
title: "Fetch contact"
method: GET
path: "/contacts/{contactId}"
tags: ["Contact"]
---

# Fetch contact

`GET /contacts/{contactId}`

Returns a contact based on a single ID

## Path parameters

- `contactId` integer, required

## Query parameters

- `token` string, string, required

## Response `200`

Fetched contact

- Contact
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `first_name` string
  - `last_name` string
  - `email` string
  - `phone` string
  - `subject` string
  - `message` string
  - `ip_id` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
