FlowVoice public API
  1. Company
FlowVoice public API
  • User Manual
    • How to use
      • General Explanation
      • Ovierview
      • Calls
      • Chats
      • Whatsapp
      • Assistants
      • Knowladge Base
      • Numbers
      • User
      • Integrations
      • Settings
  • API
    • Getting started
      • Overview
      • Authentication
    • Calls
      • Calls List
      • Call Read
    • Calendars
      • Calendars List
      • Calendar Read
    • Company
      • Company Read
        GET
    • Events
      • Events List
      • Events Read
  • Schemas
    • Call List
    • Call
  1. Company

Company Read

GET
/public/company

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/public/company' \
--header 'Authorization: <api-key>'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-07-11 14:20:24
Previous
Calendar Read
Next
Events List
Built with