Skip to main content
GET
/
contacts
/
{id}
Get contact by ID
curl --request GET \
  --url https://api.projectcor.com/v1/contacts/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "name": "<string>",
  "email": "jsmith@example.com",
  "phone": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Response

200 - application/json

Contact details

id
integer
name
string
email
string<email>
phone
string