v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
contacts

Get contact

Gets the specified contact.

get/contacts/{contactId}

Query parameters

include'profileImage'

A comma-separated list of optional elements to include in the response:

  • profileImage

Response

Returns Contact object

idstring

Contact ID.

namestring

Contact's full name.

emailstring email

Contact's email address.

Example response

{
  "id": "AAAAATYU54QAD7_fNhTnhA",
  "name": "Jane Doe",
  "email": "jane.doe@smartsheet.com"
}