v1

latestOpenAPI 3.0.12026-07-2681110143.5 KB
Contacts

Get Contact By ID

Returns a contact

get/companies/{companyId}/contacts/{contactId}

Path parameters

companyIdstring uuid required
Example:f7fc273a-8d86-45c9-a26f-ffd42416adda
contactIdstring uuid required
Example:5ba26319-00e4-4a8f-986b-02a1170af269

Response

Successful operation

idstring uuid

The id

firstNamestring required

The first name

lastNamestring required

The last name

emailstring email required

The email

phonestring phone required

The phone number

createdDatestring

The created date

Example response

{
  "id": "18d6329e-93f9-46a5-9df7-37e4c29d2840",
  "firstName": "John",
  "lastName": "Doe",
  "email": "john@doe.com",
  "phone": "555-555-5555",
  "createdDate": "2020-05-12"
}