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."[email protected]"

Example

{
  "type": "email",
  "value": "[email protected]"
}