Error
Integrations
Enable a connector (connecteur)
Turns the connector ON (sets enabled: true) and returns it (secrets masked). Idempotent — enabling an already-enabled connector is a no-op success. A bounded, reversible toggle; it does NOT push credentials (configure those with the update operation first). 404 on an unknown key. Requires pos.settings.manage.
POST
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The connector's stable key, e.g. shopify (from the connector list).
Minimum string length:
1Response
The enabled connector (secrets masked).

