Get information about a specific offer’s cap

Path parameters

NOTE: If category for the null that the cap is offer own cap information, not for the null is that the cap information for the affiliate on the offer (or the offer to affiliate) set by the cap information.

Response body parameters

Example request

Request GET https://{networkname}.api.offerslook.com/aff/v1/offers/16/caps

Request GET http://{networkname}.api.offerslook.com/aff/v1/offers/16/caps

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "offer_cap": {
          "id": 41,
          "offer_id": 16,
          "cap_type": 1,
          "cap_click": 33,
          "cap_conversion": 0,
          "cap_budget": "0",
          "category": 1,
          "cap_timezone": "Asia/Hong_Kong"
        }
      }
    }

Last updated