Draft
- Download and install Postman.
- Import endpoints
- From the API catalogue, download the OpenAPI specs
- In Postman, click Import -> upload the file
- You can see all the endpoints
- Add application key
- In Postman, open the Headers tab.
- Add the entry for X-API-KEY.
- Paste the application key.
- Run a request
- Pick an endpoint (e.g. https://dp-mockaco.azurewebsites.net/QT_staff/school-api/schools/111/staff )
- Enter parameters (eg. centreCode=111)
- Click Send and you will get the results.
[add screenshot]
Add results here
Pro Tip: Save collections in Postman so you don’t have to re-enter every time.💡 [add screenshot]