Skip to content

Contact Subscription Types

An object containing Subscription Types meta data about the SubscriptionTypes that a contact has.

dataArray of objects(Addressable List)

This object represents the subscriptions attached to a contact.

urlstring, (uri)

Url to get more subscription type resources for this contact

Example:"/contacts/5ba682d23d7cf92bef87bfd4/subscriptions"
total_countinteger

Int representing the total number of subscription types attached to this contact

Example:100
has_moreboolean

Whether there's more Addressable Objects to be viewed. If true, use the url to view all

Example:true
{ "data": [ {} ], "url": "/contacts/5ba682d23d7cf92bef87bfd4/subscriptions", "total_count": 100, "has_more": true }