Sandbox

The Developer Portal sandbox lets you build and send API requests.

  1. Select the “Sandbox” tab.
  2. Select an API operation (and optionally some example data) from the dropdown.
  1. Enter your input in one of several ways:
    • Use one of the provided examples.
    • Copy/paste the data into the input box.
    • Select “Upload” to upload a data file.
  2. Select “Execute” to send the input data to the server.
  3. The output will appear under the “Output” section, with any issues highlighted.
  4. Click on the issues box for details of any errors, warnings, or informational alerts arising from the operation.

When an API operation is selected, the sandbox also provides sample code to try out in several programming languages and shell tools.