Skip to main content

Get Contact

GET 

/contact/:contact_id

The Get Contact API allows you to retrieve details about a specific contact.

Request

Path Parameters

    contact_id stringrequired

    objectId of contact

Responses

successful operation

Schema

    objectId string
    name string
    email string
    phone string
    createdAt date
    updatedAt date
Loading...