API REFERENCE

User API

This API acts on the user behind the request — the account that owns the API key you sent. It is scoped to that user's own telemetry settings, not to other accounts. To administer accounts in general, use the Users API.

Telemetry settings

Read whether the calling user has made a telemetry choice with GET /user/telemetry-decision. Read the current values with GET /user/telemetry-preferences, write them with POST /user/telemetry-preferences, and reset them with DELETE /user/telemetry-preferences. The write paths are environment-controlled, so an instance can pin these and reject changes.

Endpoints

Every endpoint links through to its full parameters, request and response schemas, and code samples.

GET/api/v1/user/telemetry-decisionAlgaPSAGet telemetry decisionGET/api/v1/user/telemetry-preferencesAlgaPSAGet telemetry preferencesPOST/api/v1/user/telemetry-preferencesAlgaPSASet telemetry preferences (environment-controlled)DELETE/api/v1/user/telemetry-preferencesAlgaPSADelete telemetry preferences (environment-controlled)