Version: v1
Neuroon External Integrations API
API REST for external e-commerce platforms to integrate with Neuroon.
Authentication
All endpoints require an API Key passed as Authorization: Bearer <api-key>.
The API key is bound to a specific shop — no need to include shopId in the URL.
Getting started
- Create a shop from the Neuroon dashboard
- Get your API key from the shop settings
- Use
GET /shopto verify connectivity - Use
POST /products/syncto send your catalog - Track conversions via
POST /conversions
Rate limits
Based on your subscription plan. See the X-RateLimit-* headers in responses.
Sync strategy
- FULL sync: replaces the entire catalog. Use for initial load or periodic full refresh.
- INCREMENTAL sync: adds or updates only the provided products. Use for real-time updates.
- Max 500 products per batch. For larger catalogs, send multiple batches sequentially.
Authentication
- HTTP: Bearer Auth
API key from Neuroon dashboard shop settings. Pass as: Authorization: Bearer {api-key}
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Contact Neuroon Support: soporte@neuroon.ai URL: https://neuroon.ai
License Proprietary