API ReferenceRecommendations

Get aggregate recommendations overview

GET
/api/v1/recommendations/overview

Authorization

BearerAuth
AuthorizationBearer <token>

API key with l4_live_ or l4_test_ prefix

In: header

Header Parameters

authorization*string

Response Body

application/json

application/json

curl -X GET "https://api.levelfour.ai/api/v1/recommendations/overview" \  -H "authorization: string"
{
  "success": true,
  "timestamp": "2019-08-24T14:15:22Z",
  "data": {
    "total_spend": 0,
    "available_savings": 0,
    "pending_savings": 0,
    "saved_itd": 0,
    "potential_savings": 0,
    "evaluation_available_savings": 0
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}