link

# Interactive API Playground

The interactive API tool below allows you to perform actual API requests directly from your browser. These requests are handled by Nimbus, the Akixi test environment. In order to successfully perform these requests you must have an account on Nimbus.

If you wish access please contact Akixi to join our Developer Programme who will then provision a Nimbus account for development purposes.

# Usage

  1. Select the appropriate server from the 'Servers' dropdown. If you have chosen 'Akixi Service' from the drop down, then specify your host URL (xxx.akixi.com) within the 'host'.
  2. Use the session endpoint to create a new session. Copy the resulting SessionID.
  3. Click 'Authorize' and paste the SessionID in the cookieAuth field.
  4. Enter your Akixi credentials in the basicAuth fields.
  5. Use the login endpoint. This should return with a 200 status if successful.
  6. Proceed with any additional API calls you wish to test.

As this tool is interacting with a real backend the return values are not simulated but represent a real service.

Note: Nimbus is running the latest version of the Akixi software and as such may have features that are not yet present on your target instance. Ensure that you verify any API calls against the target instance.