Back to Documentation

API Reference

Integrate Attributify with your systems using our RESTful API. Access standardized product data, manage mappings, and generate feeds programmatically.

Authentication

All API requests require authentication via API key passed in the X-API-Key header.

Rate Limits

API requests are limited to 100 requests per minute. Exceeded limits return 429 status.

Webhooks

Receive real-time notifications when products are updated or mappings change.

Endpoints

GET
/api/v1/products

List all products with standardized attributes

GET
/api/v1/products/:id

Get a single product with all mappings

POST
/api/v1/mappings

Create a new attribute mapping rule

GET
/api/v1/feeds/:channel

Generate feed for a specific channel

POST
/api/v1/sync

Trigger a manual sync of all products

Full API Documentation Coming Soon

We're working on comprehensive API documentation with code examples, SDKs, and interactive testing. Join our early access program to get notified.

Request Early Access