Get Installation
/v1/installations/{installationId}const response = await fetch('/v1/installations/string', { method: 'GET', headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'Content-Type': 'application/json', },});
const data = await response.json();console.log(data);{ "billingPlan": { "id": "string", "type": "prepayment", "name": "string", "scope": "installation", "description": "string", "paymentMethodRequired": "true", "preauthorizationAmount": "123", "initialCharge": "string", "minimumAmount": "string", "maximumAmount": "string", "maximumAmountAutoPurchasePerPeriod": "string", "cost": "string", "details": [], "highlightedDetails": [], "quote": [], "effectiveDate": "string", "disabled": "true" }, "notification": { "level": "info", "title": "string", "message": "string", "href": "string" }}Default authentication mechanism
null to remove any current installation notification.