Docs

Authentication

API keys for the Onepostly API.

Pass your workspace key on every request:

x-api-key: op_…

or

Authorization: Bearer op_…

Keys are workspace-scoped. Permissions:

PermissionAccess
read_write (default)Full API
read_onlyGET only; writes return 403 FORBIDDEN

Errors

CodeHTTPMeaning
UNAUTHORIZED401Missing or invalid API key
FORBIDDEN403Read-only key on a write route

Next: Connect accounts to resolve connectionId values.

On this page