Skip to main content

Sandbox Environment and Authentication

Sandbox Environment​

The Sandbox environment helps the integrator test its features and ensure that it will operate without errors in the production environment (Real Environment, definitive), for this reason ANYMARKET provides the sandbox environment.

Tests carried out in this environment certify the application that all API rules are being applied.

ANYMARKET's sandbox environment has the same operations as the production environment, however, the information is different from the production environment. Sandbox and production environments are isolated and have no access to each other.

Authentication​

Our access token, the gumgaToken, is used as the request authenticator, and must be informed as a parameter in the request Header.

OThe access tokens are obtained/informed after contacting the API team, and it gives access to both environments, however each environment requires its own token.

warning

Warning!​

It is not possible to access the production environment with the sandbox token and vice versa.

Once the Sandbox Token is obtained, the Application operates identically to the production environment. The main difference is that the Application must be set to the Sandbox environment rather than Production.

Sandbox URL:

http://sandbox-api.anymarket.com.br/v2

Production URL:

http://api.anymarket.com.br/v2