Skip to main content
GET
/
contacts
Get contacts
curl --request GET \
  --url https://api.projectcor.com/v1/contacts \
  --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.

Response

200 - application/json

List of contacts

id
integer
name
string
email
string<email>
phone
string