URLs

Target the right domain depending on the phase of your integration.

There are two environments where you can build with Acquired.com:

EnvironmentDescription
TestAn environment built for testing your application.
ProductionAn environment to interact with live systems.

Acquired.com API

Test: https://test-api.acquired.com/v1/

Production: https://api.acquired.com/v1/

Hosted Checkout

Test: https://test-pay.acquired.com/v1/

Production: https://pay.acquired.com/v1/

Accessing the environments

The base URL determines which environment you are targeting.

You will have separate app_id and app_key values used for generating access tokens for each of the environments. See our authentication resource for more information on this.