POST
/
v2
/
promotions
curl --request POST \
  --url https://api.zapier.com/v2/promotions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "promotion_id": "promo_12345"
}'
{
  "enrollment_id": "<string>"
}

This API is rate limited.

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Body

application/json

Response

201
application/json

Successful Enrollment