Versions Compared

Key

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

How to begin testing with the Autoflex 10 REST/API

Table of Contents

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

  1. 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

...