Test environment

Using the CORE API test environment allows you to validate your implementation and ensure everything functions correctly before moving to production. This helps prevent unexpected issues, paving the way for a smooth and successful launch.

To access the test environment, include the following headers in your API requests:

x-api-key: Your unique API key for authentication.

"x-api-key": "YOUR_API_KEY"

x-ref-id: A unique identifier (ID, GUID, email, phone, etc.) representing the user on whose behalf the operations are performed.

"x-ref-id": "af16a040-ed25-4d4a-869b-d24656dcbc01"

With these headers in place, you can confidently test your integration and ensure readiness for production deployment.