Try Bifrost Enterprise free for 14 days. Explore now
curl --request GET \
--url http://localhost:8080/api/governance/customers{
"customers": [
{
"id": "<string>",
"name": "<string>",
"budget": {
"id": "<string>",
"max_limit": 123,
"reset_duration": "<string>",
"last_reset": "2023-11-07T05:31:56Z",
"current_usage": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"count": 123
}Returns a list of all customers.
curl --request GET \
--url http://localhost:8080/api/governance/customers{
"customers": [
{
"id": "<string>",
"name": "<string>",
"budget": {
"id": "<string>",
"max_limit": 123,
"reset_duration": "<string>",
"last_reset": "2023-11-07T05:31:56Z",
"current_usage": 123
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"count": 123
}Was this page helpful?