📞
API Docs
  • Welcome
  • NUMBERS / ORDERING
    • List Areas
    • List Numbers
    • Order Numbers - No Cart
    • Delete Numbers
    • Change Call Forward
    • Vanity Tollfree - Search
    • Vanity Toll Free - Order
  • Shopping Cart Ordering
    • Add Number to Cart
    • List Numbers in Cart
    • Delete Number from Cart
    • Complete Order Cart
  • MY INVENTORY
    • List My Nmbers
    • List Call Flows
    • Change CallFlow
    • CDR Records
  • SMS/MMS
    • Send SMS
    • Send MMS
    • Receive SMS/MMS
    • Receive Delivery Receipts
  • Campaigns
    • Submit TollFree Campaign
  • CALL APIS
    • Calls
    • Set Incoming URL
    • Incoming Calls
    • Listing Calls
    • Making Calls
      • Example Code
        • Outbound to Tel#
        • Outbound to SIP Device
        • Example Responses
    • Modifying Live Calls
      • Examples
    • Recordings
      • Get List of Recordings
      • Delete a Recording
  • CALL API MARKUP
    • API Call Markup Language
      • Say
      • Dial
        • Number
        • Client
        • SIP
      • Play
      • Gather
      • Record
      • Hangup
      • Pause
      • Reject
      • Redirect
  • LOOKUPS
    • Carrier and CNAM
  • Number Portability
    • Validate Portability
    • Lookup Port Request
    • Submit Port Request
  • FAXING
    • Create Outbound Fax
    • Lookup Outbound Fax Status
    • List Faxes
    • Download File
  • registered agent
    • List Companies
    • List Registered Agents
    • List Documents
    • Download Document
    • Create Company
    • Delete Company
    • Create Registered Agent
    • Modify Registered Agent
Powered by GitBook
On this page
  1. registered agent

List Companies

List all of the companies on your account

GET or POST Request

https://v1.api19.com/ra/companies/list

Get a list of all of your companies on your account and show the price you're paying per registered agent company

curl https://v1.api19.com/ra/companies/list \
 -d 'key=api_token'
curl https://v1.api19.com/ra/companies/list?key=apikey
{
    "status": "ok",
    "data": {
        "8fb10148-jj22-4038-mm22-36fa2f28978f": {
            "uu_id": "8fb10148-jj22-4038-mm22-36fa2f28978f",
            "name": "moo communications llc",
            "home_state": "Florida",
            "jurisdictions": null,
            "create_dt": "2025-05-10 17:07:15",
            "agent_count": "10"
        },
    "price": "85"
}

ERROR:
{
    "status": "error",
    "error": "No companies found - Create one"
}
PreviousDownload FileNextList Registered Agents

Last updated 4 days ago