A Contact Media is a generic representation of a contact method. As of now, phone and email types are supported.

Properties

PropertyTypeDescriptionExample
idNumber(integer)Read-only unique identifier.1234567890
typeString"phone", "email""email"
valueStringThe actual phone number or email address."firstname.lastname@test.test"

Example

{
  "type": "email",
  "value": "firstname.lastname@test.test"
}