Get access to affiliates’ own information

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/affiliates

Request GET http://{networkname}.api.offerslook.com/aff/v1/affiliates

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate": {
          "id": 4833,
          "email": "test@test.com",
          "first_name": "test",
          "last_name": "test",
          "country": "Angola",
          "website": "http://www.offerslook.com",
          "create_time": 1457353181,
          "company": "TEST",
          "phone": "",
          "manager_id": 1,
          "instant_message_type": 0,
          "instant_message_account": "offerslook"
        }
      }
    }

Last updated