POST
/
offers
/
{id}
/
accesses
/
set_drip_boost
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

Drip boost added

The response is of type object.