Get access to the information of affiliate’s manager

Response body parameters

Example request

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

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

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_manager": {
          "id": 1,
          "name": "TEST test",
          "email": "test@test.com",
          "instant_message_type": "1",
          "instant_message_account": "test@test.com",
          "phone": "+1(380)013-8000",
          "country": "Chile"
        }
      }
    }

Last updated