How to begin testing with the Autoflex 10 REST/API
Step 1: Request an API_KEY
You will need to have an api_key, to request one:
...
Please specify why you want to have access to our REST/API
Step 2: Open our Swagger Tool page
Step | Explanation |
---|
Start a browser https://openapi.autoflex10.dev/ Supply api_key All the endpoint you have access to are shown
| |
Open te /authenticate endpoint Click 'Try out' Supply api_key username password
Click 'Execute'
| |
If all parameters are correct The result will include token, this is the important part Copy token into clipboard CTRL-C Only the UUID value between the quotes
| |
Scroll to top of the Swagger page Click 'Authorize 🔒' Past token into 'Value:' Click 'Authorize' Click 'Close'
| |
The Swagger tool is ready to use
| |
...