URLs
Target the right domain depending on the phase of your integration.
There are two environments where you can build with Acquired.com:
Environment | Description |
---|---|
Test | An environment built for testing your application. |
Production | An 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.
Updated 12 months ago