Updates the drip boost value for a specific member in a specific offer.
curl --request POST \ --url https://schoolmaker.co/api/v1/offers/{id}/accesses/set_drip_boost \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "member_email": "<string>", "drip": 123 }'
{ "access_id": "<string>", "offer_name": "<string>", "offer_id": "<string>", "member_id": "<string>", "email": "<string>", "drip": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Drip boost added
The response is of type object.
object