Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/contact
curl \
--request GET 'https://wyzio.app/api-v1/contact' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"organizationId": 42,
"contactType": "ORGANIZATION",
"name": "string",
"warnings": "string",
"isCustomer": true,
"isVendor": true,
"isStaff": true,
"isUser": true,
"email": "string",
"externalId": "string",
"clientOrderValidity": 42,
"creatorContactId": 42,
"archived": true,
"hasWarnings": true,
"isEmployee": true,
"tenantId": 42
}
]