GetSubscriberTitleSubscriptions

This method returns the details for the subscription of a specified subscriber.

Request

GET https://api.uberflip.com/?Version=0.1&Method=GetSubscriberTitleSubscriptions&APIKey=xxxxxxx&Signature=xxxxxx&SubscriberId=203&ResponseType=XML
URL Parameters Description
Version The version of the API to call (0.1).
Method The method being called (GetSubscriberTitleSubscriptions).
APIKey Your account’s API key.
Signature Your account’s API signature.
UserId (required for master/reseller accounts) The account identifier of the account to call the method on.
SubscriberId The identifier of the subscriber to return the subscriptions for.
ResponseType (optional) The response format (XML or JSON). Defaults to JSON.

Examples

Sample response:

<Response>
    <TitleSubscription>
            <subscription_id>39760</subscription_id>
            <subscriber_id>27788</subscriber_id>
            <title_id>12345</title_id>
            <start_date>2010-12-21</start_date>
            <end_date>2011-12-21</end_date>
            <opt_in>1</opt_in>
            <paid>1</paid>
            <Title>
                    <id>12345</id>
                    <title>Acme Co.</title>
            </Title>
    </TitleSubscription>
</Response>