API Reference

Integrate Fragrances.email into your workflow with our REST API.

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer your_api_key_here

Products

Manage your product catalog programmatically.

GET /api/v1/products List all products
POST /api/v1/products Create a new product
PUT /api/v1/products/{id} Update a product
DELETE /api/v1/products/{id} Delete a product

Pricelists

Create and manage pricelists for your customers.

GET /api/v1/pricelists List all pricelists
POST /api/v1/pricelists Create a new pricelist
GET /api/v1/pricelists/{id}/items List items in a pricelist

Orders

Retrieve and manage orders placed through your pricelist links.

GET /api/v1/orders List all orders
GET /api/v1/orders/{id} Get order details

Customers

Manage your customer directory.

GET /api/v1/customers List all customers
POST /api/v1/customers Add a new customer

API Access

API access is available on Professional and Enterprise plans. Upgrade to get your API key.

Get API Access