Saltar al contenido principal
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

  1. Create a shop from the Neuroon dashboard
  2. Get your API key from the shop settings
  3. Use GET /shop to verify connectivity
  4. Use POST /products/sync to send your catalog
  5. 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

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