1.1.1 Summary

Get all traffic type information.
 

1.1.2 Request 

Request Method: GET
Parameters:

Parameter Description Type Data Range
key Network API Key;
*Required
string  
 

1.1.3 Response

Header:
HTTP Status Object Description Error Code
200   Success 0
 
Content Format: JSON
Each GEO Group Offer is represented as a JSON object, all offers belong to the particular group and  form an array of JSON.
 

1.1.4 Example

Sample Request URL:
http://{Your_Network_Domain}/api/v1/getTrafficTypes?key=603E3F0E3266E
 
Response sample:

{
  "httpStatus": 200,
  "data": [
    {
      "id": 1,
      "name": "Banner"
    },
    {
      "id": 2,
      "name": "Email"
    },
    {
      "id": 3,
      "name": "Facebook"
    },
    {
      "id": 4,
      "name": "Google"
    }
  ],
  "errorCode": 0,
  "message": ""
}