Offers API
Manage student offers and discount codes through our API.
Create Offer
Create a new offer with validation criteria.
POST
/api/v1/offersLoading syntax highlighting...Validate Offer Request
Verify if a student is eligible for an offer.
POST
/api/v1/validate/offerLoading syntax highlighting...Response
Loading syntax highlighting...List Offers
Get all offers for your team.
GET
/api/v1/offersOffer Status
Check the current status and usage statistics of an offer.
GET
/api/v1/offers/{id}/statusLoading syntax highlighting...