Fetch activationAsk AIget https://{account}.piwik.pro/api/cdp/settings/v1/app/{app_id}/activation/{id}Get a single activation.Path Paramsapp_iduuidrequiredID of the app.iduuidrequiredID of the object.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200Activation object matching given ID 400Bad request response (e.g. missing GET parameter, parameter value out of bounds) 401Access token is missing or invalid 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