Documentation
API Reference
Documentation
API Reference
Book a meeting
Linkedin
Github
  1. Api's
  • Introduction
  • Get started
    • Quickstart
    • Authentication
  • Core concepts
    • Agents
    • Phone numbers
    • Calls
    • Webhooks
  • Webhooks
    • Overview
    • Assistant request
    • Tool calls
    • Status update
    • End of call report
    • Security
  • Guides
    • Campaigns
    • xAI Realtime Integration
    • Voice selection psychology
    • Analysis templates
    • BYOK Setup
    • Call analysis
    • Call Transfers
    • Custom Tools
    • Sip Trunks
    • Tool templates
    • Voicemail detection
    • Autonomous silence detection
    • Billing
    • Error codes
    • Rate limits
    • Troubleshooting
  • Api's
    • Campaigns
    • Agents
    • Voices
    • BYOK
    • Analysis templates
    • Tool templates
    • Organization
    • Phone numbers
    • Sip trunks
    • Calls
    • Call control
    • Usage
    • Domains
Documentation
API Reference
Documentation
API Reference
Book a meeting
Linkedin
Github
  1. Api's

Organization

Retrieve information about your Flireo organization including balance, usage statistics, and resource counts.
INFO
The organization is automatically determined by the API key used for authentication. Each API key is associated with exactly one organization.

Get Organization Information#

Retrieve your organization details.
GET /account
View endpoint in API reference

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#

FieldTypeDescription
idUUIDOrganization identifier
namestringOrganization name
minutes_balanceintegerAvailable minutes balance for the organization
monthly_usage_minutesintegerTotal minutes used this calendar month
active_numbersintegerNumber of phone numbers registered to the organization
active_agentsintegerNumber of agents in the organization
active_callsintegerNumber of currently active calls

Errors#

StatusDescription
401Unauthorized - 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.

Related#

Usage API - Get detailed usage logs and statistics
Agents API - Manage your AI agents
Phone Numbers API - Manage your phone numbers
Modified at 2026-01-30 12:18:52
Previous
Tool templates
Next
Phone numbers
Built with