Pre-Configured APIs
Kustomer
API configuration: kustomer
Features
Features | Status |
---|---|
Auth (Basic) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
- Generate an API key in your kustomer account
- kustomer API docs
- Authentication and API key
- API rate limits
Need help getting started? Get help in the community.
API gotchas
- kustomer uses API_KEY auth mode with Authorization: Bearer
api_key
in the request header to access different endpoints. - Depending on the pricing plan, there are various rate limits.
- kustomer uses different domain extensions for different regions, i.e
api
for US Hosted Customers. For EU based clients, addapi.prod2
as your extension.
Add Getting Started links and Gotchas by editing this page