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