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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.zapier.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Successful Enrollment

enrollment_id
string
required

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