---
title: "Get Contact Information"
method: POST
path: "/get-contact.json"
tags: ["Reporting"]
---

# Get Contact Information

`POST /get-contact.json`

Get information about a contact on a list

## Response `200`

Successful response containing information about the contact.

- object
  - `list_id` integer — Numeric ID of the list contact is on.
  - `msisdn` integer — Mobile number of contact.
  - `first_name` string — First name of contact.
  - `last_name` string — Last name of contact.
  - `created_at` string, date-time — Date and time that contact was first added to list. Returned in ISO8601 format YYYY-MM-DD HH:MM:SS in UTC Timezone.
  - `status` 'active' | 'inactive' — Status of contact.
  - `fields` object — Custom field value. List of custom field values by field name.

---

[API](https://skmtc.net/kudosity/apis/transmit-sms-api.md) · [All operations](https://skmtc.net/kudosity/apis/transmit-sms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kudosity/transmit-sms-api/versions/9f6c34b849af/schema)
