Skip to content

Environment

You can select between three different environments (top right corner in the UI):

Mock (schema only) (default):

  • Helps to understand the response data schema
  • Recommended for all write operations (POST)
  • Environment for testing without affecting live/test data

Mock (stateful simulator):

  • Get realistic, stateful response data from a mock API
  • Recommended for all write operations (POST)
  • Environment for testing without affecting live/test data

Production:

  • Make sure to use only test properties.
  • Changes will affect your test property data
  • Requires valid credentials
  • Same API structure as production