contacts
Get Contact Types
Use this endpoint to get the list of contact types from a company.
get/contacts/contact-types
Query parameters
pageSizeinteger
Controls how many items are returned per page in paginated responses.
- Default: 25 items per page if not specified
- Minimum: 1 item per page
- Use with pageStartIndex for navigating through large result sets
pageStartIndexinteger
The index of the page to return
Response
OK
Example response
{
"items": [
{
"id": "67cdb4fd-5273-450c-b0a2-c77126800ba5",
"name": "Customer",
"isDefault": true
}
]
}