API ReferenceProviders
Get provider-specific Savings Audit summary
Authorization
BearerAuth AuthorizationBearer <token>
API key with l4_live_ or l4_test_ prefix
In: header
Path Parameters
provider_id*string
Header Parameters
authorization*string
Response Body
application/json
application/json
curl -X GET "https://api.levelfour.ai/api/v1/providers/string/savings/summary" \ -H "authorization: string"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"provider_id": "string",
"provider_name": "string",
"total_monthly_savings": 0,
"total_monthly_savings_percentage": 0,
"total_annual_savings": 0,
"average_roi": 0,
"total_items": 0
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}