API keys, OAuth apps, and approved apps in the QPosty dashboard.

Developer settings

Open https://app.qposty.com/settings/developers.

Access tab

ControlPurpose
API keyAutomate your workspace (qp_live_…)
Reveal / CopyOnly after generate or rotate
Rotate keyInvalidates the previous key immediately
Approved appsThird-party OAuth apps you authorized — Revoke cuts off their pos_ tokens

Apps tab

Register an OAuth application when other QPosty users will connect your product.

You provide:

  • App name (shown on consent)
  • Description (optional)
  • Picture URL (optional)
  • Redirect URL (required)

You receive:

  • Client ID — pca_…
  • Client Secret — pcs_… (shown once; rotate anytime)

API key vs OAuth app

API keyOAuth app
Acts asYouWhoever authorizes
Best forScripts, n8n, internal toolsSaaS / AI products
Credentialqp_live_pos_ after consent
RevokingRotate the keyUser revokes in Approved apps

See Authentication and OAuth apps.