Product Pulse follows an API-first approach, meaning that every feature available in our user interface can also be accessed programmatically through our API.
How to connect to our API
First you need to generate new API Key & Secret pair. You can do it in your account in API Keys Account Section. Make sure, you store generated secret immediately, as we will not be able to show it to you again. Once you loose it, you’ll need to generate new pair.
Afterwards you should pass base64 encoded pair (key:secret) in Authorization header.
Authorization: Basic {base64encoded-key:secret-pair}
That’s it, now you should be able to call any of our existing API endpoints.
API Modules
Account
Account Modules provides endpoints for managing your Account Details & Companies. When integrating it is used mostly for retrieving Company configurations into your applications.
OpenAPI Documentation: Account Module
Product Catalog
Product Catalog Modules provides endpoints for managing your Products, their Price Lists, Tiers, AddOns, Prices, Scenarios, etc. Its most important endpoints for integration are endpoints for Product Price Calculation & Configuration.
OpenAPI Documentation: Product Catalog Module
