Skip to main content
POST
/
v2
/
promotions
Create a promotion enrollment
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

The user access token for the user you would like to enroll. See our OAuth2 authentication documentation.

Body

application/json
promotion_id
string
required

The unique identifier for the promotions

Response

Successful Enrollment

enrollment_id
string
required

The unique identifier for the enrollment. This must be stored by partners.

I