Skip to main content
GET
/
api
/
Contact
/
Types
Get Contact Types
curl --request GET \
  --url https://api.virtuoussoftware.com/api/Contact/Types \
  --header 'Authorization: Bearer <token>'
[
  {
    "parentType": "<string>",
    "type": "<string>"
  },
  {
    "parentType": "<string>",
    "type": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

parentType
string
type
string
Last modified on April 24, 2026