Skip to content
Get started

Colleqtive Developer

Integrate your systems with the Colleqtive retail platform using the Public API and official SDKs.

The Colleqtive Public API is a secure, standardized interface for connecting your systems to the Colleqtive retail platform — exchange product, stock, order, and store data and integrate directly with our retail ecosystem.

The base URL is specific to your environment. Ask your Colleqtive consultant for the base URL of your environment, then prefix every endpoint path with it.

The API uses bearer token authentication. Send your JWT in the Authorization header on every request:

Authorization: Bearer <your-token>

We publish and maintain SDKs so you don’t have to hand-roll HTTP calls:

LanguagePackageRegistry
C# / .NETColleqtive.SdkNuGet
Pythoncolleqtive-sdkPyPI
TypeScript / Node@colleqtive/sdknpm
  • Browse the API Reference for every endpoint, with request/response schemas and copy-paste code samples in each language.
  • Authenticate with a bearer token and make your first call to GET /api/v2/public/stores.

Need help? Contact support@colleqtive.com.