Support Services

The Support Services are a collection of REST APIs that enable developers to obtain updated lists of available options for certain request parameters. These services enable developers to pass the appropriate values for the certain parameters: Country, Language, Category, Link Type and Link Size.

The Support Services API contains the following five requests.

Request

Sample URI

Sample Header

languages

https://support-services.api.cj.com/v2/languages?  

Click here for .txt file.

categories

https://support-services.api.cj.com/v2/categories?

Click here for .txt file.

countries

https://support-services.api.cj.com/v2/countries?

Click here for .txt file.

link-types

https://support-services.api.cj.com/v2/link-types?

Click here for .txt file.

link-sizes

https://support-services.api.cj.com/v2/link-sizes?

Click here for .txt file.

Commission Junction's REST Web Services use the standard HTTP Authorization header to pass authentication information.  You must provide your developer key to pass authentication. The request URI for the Publisher Lookup Service API must be properly encoded based on HTML 4 specification form content encoding rules. Please refer to http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.4 for the standard specification.  

Note: Some languages may have built-in utility methods for encoding URIs based on RFC 1738. Unfortunately, these utility methods may not properly encode white space character and "+" character. Specifically, white space character should be encoded to "+" character, and "+" character should be encoded to "%2B".

Click the following links to display more specific information.