Channel data
Users
Get channel data
Retrieves the channel data for a specific user and channel ID.
get/v1/users/{user_id}/channel_data/{channel_id}
Path parameters
user_idstring required
The unique identifier of the user.
channel_idstring uuid required
The unique identifier for the channel.
Response
OK
Example response
{
"__typename": "ChannelData",
"channel_id": "123e4567-e89b-12d3-a456-426614174000",
"data": {
"devices": [
{
"locale": null,
"timezone": null,
"token": "device_1"
}
],
"tokens": [
"push_token_1"
]
}
}Changes
Changed in 2 of the 30 revisions of this API.211
- ▲
added to the
response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
removed from the
response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added to the
response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
added the new
push_aws_snsenum value to theresponse property for the response statusresponse-property-enum-value-added
- ▲