GET /2015-03-01/member/partnership/public
In order to use this API, you will first need:
- Your zanox Connect ID
- One or more partnerCodes
The connect ID can be found in the section "Links and Tool" under "Web Services" in the zanox Marketplace.
Resource URL
https://advertiser.api.zanox.com/advertiser-api/2015-03-01/member/partnership/public
Parameters
connectId required | URL path parameter. Value Type: String
Example Value: |
partnerCode required | URL path parameter. A comma separated list of partner codes. Value Type: String max number of values: 25Separator: comma (,) Example Value: 23323443C69317236,24834593C69315636 |
partnerCode | Requested partner code. Value Type: String |
userId | ID of the publisher Value Type: Integer |
adspaceId | ID of the publishers adspace Value Type: Integer |
Example Request
REST authentication information in our example is added as query parameters
Get details for partner codes: 32506257C1742924096T,32506401C478372958T
1 | http://advertiser.api.zanox.com/advertiser-api/2015-03-01/member/partnership/public?partnerCode=32506257C1742924096T,32506401C478372958T&connectid=12345C04D1AA1ACD3AC5 |
JSON Example Response
{
Resource Information
Rate Limited? | No |
Authentication | Requires connect Id. |
Response Formats | json |
HTTP Methods | GET |
Resource family | member |
Response Object | partnerCodeList |
API Version | 2015-03-01 |