Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.paperlink.online/llms.txt

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

The PaperLink API lets you integrate your team’s product catalog with external systems.

Base URL

https://app.paperlink.online/api/v1

Authentication

All requests require a Bearer token in the Authorization header. Generate API keys from Settings > Integrations > API Keys in the PaperLink app.
curl https://app.paperlink.online/api/v1/products \
  -H "Authorization: Bearer pk_live_..."

Key modes

PrefixModeDescription
pk_live_LiveReads and writes production data
pk_test_TestIsolated sandbox for development

Rate limits

60 requests per minute per API key. Responses include X-RateLimit-Remaining and Retry-After headers.

Interactive reference

Browse all endpoints with request/response examples and a built-in playground in the API Reference tab.