List activationsAsk AIget https://{account}.piwik.pro/api/cdp/settings/v1/app/{app_id}/activationGet all activations.Path Paramsapp_iduuidrequiredID of the app.Query Paramsaudience_iduuidWhen provided, only activations with this audience will be returnedHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200An array of activations matching given criteria 400Bad request response (e.g. missing GET parameter, parameter value out of bounds) 401Access token is missing or invalid 402Data Activation module is disabled 404Resource not found (bad ID or resource deleted) 422Data in body does not meet requirements (e.g. missing field) 500Internal application error response (some service encountered unexpected error)Updated 7 months ago