**Development** |
Uses mock implementations of our internal services, where the response data is meaningless (normally static or random). Response times are very fast. You can use this environment in order to get a taste of the API and start integrating the services with yours. |
**Test** |
Uses real implementations of our internal services but with test data. The test data is meaningful from a business perspective and it should be consistant with the services called, though it can be reseted at any time of the day. Response times should be equivalent to production. |
**Production** |
Uses real services with real data. Use with caution. |
## Authentication