GET
/
v2
/
promotions
/
{enrollment_id}
curl --request GET \
  --url https://api.zapier.com/v2/promotions/{enrollment_id} \
  --header 'Authorization: Bearer <token>'
{
  "promotion_id": "test_promo",
  "enrollment_date": "2025-04-28T00:00:00Z",
  "expiration_date": "2025-07-26T23:59:59Z",
  "task_limit_per_month": 5,
  "tasks_used_this_month": 0,
  "status": "enrolled"
}

This API is rate limited.

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Path Parameters

enrollment_id
string
required

Response

200
application/json

Succcessful retrieval of promotion details