Idukki
Skip to content
Developers + API

REST API quickstart

Authenticate, fetch a collection’s posts and render them yourself. The starting point for headless and custom builds.

5 min read · last updated 2026-05
On this page

The REST API lets you pull Idukki content into anything: a headless storefront, a server-rendered page, a custom surface. It is the backbone of the Custom integration and of any build where the drop-in script isn’t enough.

Make your first call

  1. Generate an API key. In Settings → Developers, create an API key for your workspace.
  2. Authenticate. Send your key as a bearer token on each request.
  3. Fetch a collection’s posts. Call the collection posts endpoint with your collection ID to get the curated, tagged posts.
  4. Render. Use the returned posts, products and tags to render your own markup, server-side if you want SEO content.
curl https://api.idukki.io/v1/collections/YOUR_ID/posts \
  -H "Authorization: Bearer YOUR_API_KEY"

If it doesn’t work

A 401 means the key is missing or wrong; confirm the bearer header. An empty response usually means the collection ID is wrong or the collection has no published posts.

Was this page helpful?

Still stuck?

Email us at support@idukki.io or open the in-app chat. We answer within one working day.

Talk to a human

Related guides

4-min setupDTC + B2B brands37 KB runtimeReal G2 reviews

Stuck?

A real human is faster than a search box.

In-app chat replies under 5 minutes during EU + US business hours. Status of a ticket? Email support@idukki.io and we’ll surface it.

  • No credit card
  • Cancel anytime
  • SOC 2 + GDPR

Where Idukki ships

Same data model. Every surface a shopper meets.

We use cookies

We use essential cookies to run this site and optional analytics cookies to understand how it’s used. You can change your choice anytime in our privacy policy.

REST API quickstart. Help — Idukki