Use this guide when you are building a server-side integration, automation, or AI agent that talks to Sellfern’s public V1 API.Documentation Index
Fetch the complete documentation index at: https://docs.sellfern.com/llms.txt
Use this file to discover all available pages before exploring further.
1. Create an API key
Create a scoped API key inside Sellfern. Use the minimum scopes needed for your workflow.2. Store the key securely
Store the key in an environment variable on your server or automation runner.3. Send a request
4. Confirm organization isolation
Every response is scoped to the organization attached to the API key. API keys must not expose or mutate another organization’s data. If you request a resource outside that organization, Sellfern returns404 not_found instead of revealing cross-organization ownership.
5. Add idempotency keys for writes
For publicPOST, PUT, PATCH, and DELETE requests, include an Idempotency-Key header and retry uncertain network or 5xx failures with the same key.
The endpoint below is illustrative. Use the V1 API Reference to confirm which write endpoints are available for your integration.
422 idempotency_conflict.