Update the settings for an affiliate’s postback status

Path parameters

Response body parameters

Example request

Request PATCH https://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8?status=approved

Request PATCH http://{networkname}.api.offerslook.com/v1/affiliate_postbacks/8?status=approved

Example response

    {
      "code": 0,
      "message": "Success",
      "data": {
        "affiliate_postback": {
          "id": 8,
          "offer_id": 8,
          "affiliate_id": 40,
          "event_id": 1,
          "code": "https: //offerslook.gitbooks.io/api-documentation/content/affiliatepostbacks/affiliatepostbacksmd_md.html",
          "status": "approved",
          "type": 2,
          "create_time": 1467857354,
          "update_time": 1467857354
        }
      }
    }

Last updated