Get list of contacts

GET /api-v1/contact

Headers

Query parameters

Responses

GET /api-v1/contact
curl \
 -X GET http://wyzio.app/api-v1/contact \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {
    "archived": true,
    "clientOrderValidity": 42,
    "contactType": "ORGANIZATION",
    "creatorContactId": 42,
    "email": "string",
    "externalId": "string",
    "hasWarnings": true,
    "id": 42,
    "isCustomer": true,
    "isEmployee": true,
    "isStaff": true,
    "isUser": true,
    "isVendor": true,
    "name": "string",
    "organizationId": 42,
    "tenantId": 42,
    "warnings": "string"
  }
]