TrustProductChannelEndpointAssignment Resource
TrustProductChannelEndpointAssignment properties
Resource Properties in REST API format | |
---|---|
sid
|
The unique string that we created to identify the Item Assignment resource. |
trust_product_sid
|
The unique string that we created to identify the CustomerProfile resource. |
account_sid
|
The SID of the Account that created the Item Assignment resource. |
channel_endpoint_type
|
The type of channel endpoint. eg: phone-number |
channel_endpoint_sid
|
The SID of an channel endpoint |
date_created
|
The date and time in GMT when the resource was created specified in ISO 8601 format. |
url
|
The absolute URL of the Identity resource. |
Create a TrustProductChannelEndpointAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
channel_endpoint_type
Required
|
The type of channel endpoint. eg: phone-number |
channel_endpoint_sid
Required
|
The SID of an channel endpoint |
Example 1
Fetch a TrustProductChannelEndpointAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
sid
Path
|
The unique string that we created to identify the resource. |
Example 1
Read multiple TrustProductChannelEndpointAssignment resources
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
channel_endpoint_sid
Optional
|
The SID of an channel endpoint |
channel_endpoint_sids
Optional
|
comma separated list of channel endpoint sids |
Example 1
Delete a TrustProductChannelEndpointAssignment resource
https://trusthub.twilio.com/v1/TrustProducts/{TrustProductSid}/ChannelEndpointAssignments/{Sid}
Parameters
Parameters in REST API format | |
---|---|
trust_product_sid
Path
|
The unique string that we created to identify the CustomerProfile resource. |
sid
Path
|
The unique string that we created to identify the resource. |
Example 1
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.