API Explorer - Swagger
Overview
This document will detail using Swagger to help you understand the Family and Student Plans APIs and test your own examples.
API Explorer with Swagger
Visit & Download the YAML file for the provision endpoint you want to explore: Family Plans Student Plans
In Swagger, click on File > Import and select the YAML file downloaded in step 2
After importing the YAML file, the swagger website should show the API configuration defined in the YAML file on the Left screen, and the corresponding API explorer on the right side:
Expanding the API call on the right side will provide more information on the API endpoint's parameters and responses
To being testing out the API endpoint, click on the "Try it out" button
After filling out the values for the API Parameters, clicking on "Execute" will execute the API call:
For detailed information on the API parameters and how to define them, visit this page
After executing, you can scroll to the Response section to view the results
Last updated