Skip to main content

Documentation Index

Fetch the complete documentation index at: https://incarts.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Use the endpoint reference to build link and QR code integrations with the Incarts API.
The current API supports shoppable link creation and retrieval, plus QR code creation for links.

Authentication

Authenticated requests use the X-Incarts-API-Key header.
curl "$INCARTS_API_BASE_URL/v1/links/lnk_01JZ4TDK6A0NV2HG6R3Q7E28Y9" \
  --header "X-Incarts-API-Key: $INCARTS_API_KEY"

Endpoints

Create a shoppable link

Generate a short link and default QR code.

Get a shoppable link

Retrieve an existing link by ID.

Create a QR code

Create a named QR code for a shoppable link.