Environments
We maintain 2 separate environments of the API:
- Production: https://api.shippedsuite.com
- Staging: https://api-staging.shippedsuite.com
The 2 environments are completely independent, running separate database, servers, etc. The staging
environment is designed to be used during development and testing/QA, and you should not send any production/sensitive data to it. Please perform all development against the staging
environment.
API keys per environment
The API key token will contain information about which environment it belongs to. For a production
key, the token will have the word production
in the token. For a staging
key, the token will have the word development
in the token.
In order to generate a staging
API key, you will need to access the Staging Shipped Suite Admin.
Updated over 2 years ago