Retrieves all contact types for the brokerage.
GET
/contact-types
curl \
--request GET 'http://api.example.com/contact-types' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{}
]