A Contact Media is a generic representation of a contact method. As of now, phone and email types are supported.
Properties
Property | Type | Description | Example |
---|---|---|---|
id | Number (integer) | Read-only unique identifier. | 1234567890 |
type | String | "phone" , "email" | "email" |
value | String | The actual phone number or email address. | "[email protected]" |
Example
{
"type": "email",
"value": "[email protected]"
}