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...