GetTitleSubscriptionOptions

This methods returns the subscription setting details for a specified Title.

Request

GET https://api.uberflip.com/?Version=0.1&Method=GetTitleSubscriptionOptions&APIKey=xxxxxxx&Signature=xxxxxx&TitleId=12345&ResponseType=XML
URL Parameters Description
Version The version of the API to call (0.1).
Method The method being called (GetTitleSubscriptionOptions).
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.
TitleId The identifier of the Title to return the subscription setting details for.
ResponseType (optional) The response format (XML or JSON). Defaults to JSON.

Examples

Sample response:

<Response>
    <Title>
            <id>12345</id>
            <subscribers_enable_security>1</subscribers_enable_security>
            <subscribers_bypass_auth>0</subscribers_bypass_auth>
            <subscribers_enable_signup>0</subscribers_enable_signup>
            <subscribers_signup_message/>
            <subscribers_default_status>A</subscribers_default_status>
            <subscribers_default_length>0</subscribers_default_length>
            <subscribers_success_message/>
            <subscribers_ud1_label>How did you hear about us?</subscribers_ud1_label>
            <subscribers_default_ud1>google,facebook,yahoo,other</subscribers_default_ud1>
            <subscribers_ud2_label>What is your job title?</subscribers_ud2_label>
            <subscribers_default_ud2>ceo,director,manager,employee</subscribers_default_ud2>
            <subscribers_paid_question>0</subscribers_paid_question>
            <subscribers_paypal_email/>
            <subscribers_paypal_payflow_enabled>0</subscribers_paypal_payflow_enabled>
            <subscribers_paypal_payflow_partner/>
            <subscribers_paypal_payflow_vendor/>
            <subscribers_paypal_payflow_username/>
            <subscribers_paypal_payflow_password/>
            <subscribers_price/>
            <subscribers_auto_disable>0</subscribers_auto_disable>
            <subscribers_ip_limit>0</subscribers_ip_limit>
            <subscribers_required_fields>first,last,address,city</subscribers_required_fields>
            <subscribers_preview_enabled>0</subscribers_preview_enabled>
            <subscribers_preview_pages>7</subscribers_preview_pages>
            <Domain>
                    <www>http://www.publishingdomain.com/</www>
                    <files>http://cdn.publishingdomain.com</files>
            </Domain>
    </Title>
</Response>