API ReferenceProviders
Get provider spending filter options
Authorization
BearerAuth AuthorizationBearer <token>
API key with l4_live_ or l4_test_ prefix
In: header
Path Parameters
provider_id*string
Query Parameters
start?|
Start date in ISO 8601 format
end?|
End date in ISO 8601 format
tag_key?array<>|
Filter tag_values by these tag keys
Header Parameters
authorization*string
Response Body
application/json
application/json
curl -X GET "https://api.levelfour.ai/api/v1/providers/string/spending/filter-options" \ -H "authorization: string"{
"success": true,
"timestamp": "2019-08-24T14:15:22Z",
"data": {
"provider_id": "string",
"services": [
"string"
],
"regions": [
"string"
],
"accounts": [
"string"
],
"tag_keys": [
"string"
],
"tag_values": [
"string"
]
}
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}