# Get a contact

Retrieves details of a single contact by contact_id.

Endpoint: GET /contacts/{contact_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `contact_id` (integer, required)
    The unique ID of the contact
    Example: 17224150

## Response 200 fields (application/json):

  - `http` (integer)
    Example: 200

  - `contact_id` (integer)
    Example: 17224150

  - `contact_name` (string)
    Example: "Hanz Zimmer"

  - `contact_email` (string)
    Example: "hanz.zimmer@music.com"

  - `contact_outstanding_documents` (string)
    Example: "0"

  - `contact_created` (string)
    Example: "2025-07-07T09:57:39+0000"


