API v1 Released
Update
|
December 13, 2025
|
0 comments
M
Muhammad Norafif
Integrate NX Feed with your systems using our new REST API. Full programmatic access to feeds, channels, and products.
API Features
- RESTful design — Standard HTTP methods and status codes
- Token authentication — Secure API tokens per team
- Rate limiting — Fair usage limits with clear headers
- Comprehensive docs — Full API reference available
Available Endpoints
GET /api/v1/feeds— List all feedsPOST /api/v1/feeds/{id}/import— Trigger importGET /api/v1/channels— List feed channelsPOST /api/v1/channels/{id}/generate— Trigger generationGET /api/v1/products— List products in a feed
Getting Started
Generate an API token in Team Settings → API and include it in the Authorization header:
Authorization: Bearer your-api-token