○ API - Using /apidocs
By visiting https://demo.anewspring.com/apidocs, you can view our API Documentation. This page also lets you use the API calls manually.
To be able to test this, make sure that you use the /apidocs page of your own learning environment (and not our demo environment) and click Authorize in the top right corner of the screen. Here you can enter your API key and click Authorize (twice). You can then do real POST and GET calls to for example test the kind of information that you will find in the response.
Warning: If you test a POST call, you can make actual (possibly unwanted) changes to your learning environment.
The data
The column Parameter indicates if a parameter is required or not by being bold or not bold.
In the column Parameter Type you can see if the parameter is part of the URL ("path"), if it needs to be sent in the query string ("query") or if it needs to be sent in the body ("formData").
Arrays
Some parameters are defined as the data type Array[string]. To send a parameter as an array, you can simply repeat the same parameter multiple times with different values in the body of one API call.
You can find more information and some context about the API calls in the following articles: