Skip to content

API keys

The Pliic REST API is authenticated with secret keys (sk_live_…), one per app. Each key carries a set of scopes that limit what it can access.

The API is available on the Starter and Pro plans. The Free plan does not include this feature.

Go to Settings → API keys. The page lists each app in your team with its secret key, the current scopes, last usage, and status (active or revoked).

Only members with the Admin or Owner role can view and manage API keys.

Scopes define which parts of the API the key can use:

ScopeAllows
suggestions:readRead suggestions
suggestions:writeCreate and update suggestions
tickets:readRead support tickets
tickets:writeCreate and update tickets
analytics:readRead analytics data
privacy:readExport user privacy data
privacy:writeDelete user privacy data

Select Full access to grant every current and future scope.

Under Key actions → Rotate key, a new secret key is generated and shown only once. Scopes are preserved, but the old key stops working immediately. Update your integrations with the new value before dismissing the notice.

Revoke disables the key immediately — every request then returns 401. Use Restore to re-enable it. The secret key itself does not change when revoking or restoring.

The API reference button opens the interactive documentation (OpenAPI) with every endpoint, parameter, and example. The specification is also publicly available at /api/v1/openapi.json.