API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
wei logo

Topics

  • Introduction
  • Servers

Endpoints

  • Courses
    • Get all courses GET
    • Create a course POST
    • Update a course PUT
    • Delete a course DELETE
  • Discounts
    • Get all discounts GET
    • Create a discount POST
    • Get a discount by ID GET
    • Update a discount by ID PUT
    • Delete a discount by ID DELETE
  • Exams
    • Get all exams GET
    • Create an exam POST
    • Get an exam by ID GET
    • Update an exam PUT
    • Delete an exam DELETE
  • Payments
    • Get all payments GET
    • Create a payment POST
    • Get a payment by ID GET
    • Update a payment by ID PUT
    • Delete a payment by ID DELETE
  • Questions
    • Get all questions GET
    • Create a question POST
    • Get a question by ID GET
    • Update a question by ID PUT
    • Delete a question by ID DELETE
  • Submissions
    • Get all submissions GET
    • Create a submission POST
    • Get a submission by ID GET
    • Update a submission PUT
    • Delete a submission DELETE
  • Subscriptions
    • Get all subscriptions GET
    • Create a subscription POST
    • Get a subscription by ID GET
    • Update a subscription PUT
    • Delete a subscription DELETE
  • Topics
    • Get all topics GET
    • Create a topic POST
    • Get a topic by ID GET
    • Update a topic by ID PUT
    • Delete a topic by ID DELETE
  • Universities
    • Get all universities GET
    • Create a university POST
    • Update a university PUT
    • Delete a university DELETE
  • Users
    • Get all users GET
    • Create a user POST
    • Get a user by ID GET
    • Update a user PUT
    • Delete a user DELETE
Powered by Bump.sh
API Changelog
Download source
  • JSON OpenAPI specification
  • YAML OpenAPI specification
wei logo

Topics