Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

StepExplanation
  1. tart the Start a browser
  2. https://openapi.autoflex10.dev/
  3. Supply api_key
  4. All the endpoint you have access to are shown

  1. Open te /authenticate endpoint
  2. Click 'Try out'
  3. Supply
    1. api_key
    2. username
    3. password
  4. Click 'Execute'

  1. If all parameters are correct
  2. The result will include token,
    this is the important part
  3. Copy token into clipboard CTRL-C
    Only the UUID value between the quotes

  1. Scroll to top of the Swagger page
  2. Click 'Authorize 🔒'
  3. Past token into 'Value:'
  4. Click 'Authorize'
  5. Click 'Close'

  1. The Swagger tool is ready to use

...