Retrieve information about your Flireo organization including balance, usage statistics, and resource counts.The organization is automatically determined by the API key used for authentication. Each API key is associated with exactly one organization.
Retrieve your organization details.Request#
Response#
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Acme Corp",
"minutes_balance": 500,
"monthly_usage_minutes": 120,
"active_numbers": 3,
"active_agents": 2,
"active_calls": 1
}
Response Fields#
| Field | Type | Description |
|---|
id | UUID | Organization identifier |
name | string | Organization name |
minutes_balance | integer | Available minutes balance for the organization |
monthly_usage_minutes | integer | Total minutes used this calendar month |
active_numbers | integer | Number of phone numbers registered to the organization |
active_agents | integer | Number of agents in the organization |
active_calls | integer | Number of currently active calls |
Errors#
| Status | Description |
|---|
| 401 | Unauthorized - Invalid or missing API key |
Usage Notes#
Minutes Balance: This reflects the pre-paid minutes available for outbound calls. Usage is deducted in real-time during calls.
Monthly Usage: Resets on the 1st of each calendar month at midnight UTC.
Active Calls: Includes both inbound and outbound calls currently in progress.
Usage API - Get detailed usage logs and statistics