Advertisers | Advertisers listing
Details of active advertisers
Current limit: 60 calls per 60 seconds
[API_URL]/affiliate-advertisers/
curl -x GET /affiliate-advertisers/
Header
Field | Type | Description |
---|---|---|
Host | string |
Url Api |
Date | date |
Date |
X-PS-Client | string |
Client |
X-PS-Accept | json |
Json Content |
X-PS-Auth | string |
Auth Token |
'Host:api.profitshare.ro'
'Date:Thu, 17 Jul 2012 14:52:54 GMT'
'X-PS-Client:test-account'
'X-PS-Accept:json'
'X-PS-Auth:90a6d325e982f764f86a7e248edf6a660d4ee833'
Filter_name params
Field | Type | Description |
---|---|---|
advertiser optional | string |
Filter advertisers listing by advertiser id |
HTTP/1.1 200 OK
{
"Date": Thu, 17 Jul 2012 14:52:55 GMT,
"Server": profitshare.ro,
"Content-Length": 795,
"Connection": close,
"Content-Type": text/json,
"Response body":
{
"result":[
{
"id": "100",
"name": "Advertiser 1",
"logo": "//profitshare.ro/files_shared/advertiser-logos/logo_1.png",
"category": "Fashion",
"url": "http://www.xxxx.ro",
"affiliate_statuses": [
"active": "yes",
"approved": "yes"
]
},
{
"id": "104",
"name": "Advertiser 2",
"logo": "//profitshare.ro/files_shared/advertiser-logos/logo_2.png",
"category": "Fashion",
"url": "http://www.yyyyy.ro",
"affiliate_statuses": [
"active": "yes",
"approved": "yes"
]
},
…
]
}
}
Error 400
Name | Type | Description |
---|---|---|
errors | Object |
Please finalize your contract in order to generate links |