Environments

Bluestone PIM Management API is available in three separate environments. Each has its own API base URL, authentication URL, and documentation site.

EnvironmentAPI base URLAuthentication URL
Production EUhttps://api.bluestonepim.comhttps://idp.bluestonepim.com/op/token
Production UShttps://api-us.bluestonepim.comhttps://idp-us.bluestonepim.com/op/token
Testhttps://api.test.bluestonepim.comhttps://idp.test.bluestonepim.com/op/token

Use the test environment to develop and validate integrations before pointing at production data. Test credentials are separate from production credentials; writes in test cannot affect production.

Environment variables

The examples in this guide use three environment variables: BLUESTONE_API_BASE (API base URL), BLUESTONE_AUTH_BASE (OAuth2 token URL), and SPEC_BASE (OpenAPI spec base URL for shell commands). All examples default to the Test environment.

Test

VariableValue
BLUESTONE_API_BASEhttps://api.test.bluestonepim.com
BLUESTONE_AUTH_BASEhttps://idp.test.bluestonepim.com/op/token
SPEC_BASEhttps://docs.api.test.bluestonepim.com

Production EU

VariableValue
BLUESTONE_API_BASEhttps://api.bluestonepim.com
BLUESTONE_AUTH_BASEhttps://idp.bluestonepim.com/op/token
SPEC_BASEhttps://docs.api.bluestonepim.com

Production US

VariableValue
BLUESTONE_API_BASEhttps://api-us.bluestonepim.com
BLUESTONE_AUTH_BASEhttps://idp-us.bluestonepim.com/op/token
SPEC_BASEhttps://docs.api-us.bluestonepim.com

Data residency

  • Production EU and Test data is stored in the European Union.
  • Production US data is stored in the United States.

The test environment shares infrastructure with Production EU and is intended for integration development and validation. Do not store sensitive production data in the test environment.