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 '{
  "access": {
    "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
access
object

Response

200 - application/json
Drip boost added
access_id
string

Access ID

offer_name
string

Offer name

offer_id
string

Offer ID

member_id
string

Member ID

email
string

Member email

drip
integer

Drip boost value