...
Step 1: Request an API_KEY
You will need to have an api_key, to request one:
Send an email to developer@autoflex.nl with your request.
...
Stap 2: Open our Swagger Tool page
Step | Explanation |
---|
- tart the 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
| |
...