...
Access to the API (Greenspector account)
Private token (On http://appcore-saas-prod.greenspector.com/ , click on your username then Preferences)
URL of the website to benchmark
Swagger de l’API : https://appcore-saas-prod.greenspector.com/api/ui/#
Create an application
Target URL : https://appcore-saas-prod.greenspector.com/
URI : /api/applications
Method : POST
...
Create a job request
Target URL : https://appcore-saas-prod.greenspector.com/
URI : /api/testbench/jobs
...
Supervise job state
Target URL : https://appcore-saas-prod.greenspector.com/
URI : /api/testbench/jobs/:jobId
...
Retrieve the job’s report :
Target URL : https://appcore-saas-prod.greenspector.com/
URI : /api/audits/:auditId/report
...