📞
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
    • Campaign Assign Number
  • 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 Registered Agents

List all of the registered agents on your account for a company

GET or POST Request

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

Get a list of all of your registered agent addresses on your account for a specific company

Argument

Required

Type

company_id

yes

company id

key

yes

your api key

curl https://v1.api19.com/ra/agents/list \
 -d 'company_id=h329fh23r' \
 -d 'key=api_token'
curl https://v1.api19.com/ra/agents/list?company_id=32yg23&key=apikey
DATA:
{
    "status": "ok",
    "data": {
        "94ff01b3-2828-445a-8a99-5932e1234ce6": {
            "uu_id": "94ff01b3-2828-445a-8a99-5932e1234ce6",
            "company_id": "8fb10148-aa09-4038-88f4-26fa2f28978f",
            "ra_name": "Registered Agents Inc",
            "ra_address_1": "212 W. Main St.",
            "ra_address_2": "STE B",
            "ra_city": "Dothan",
            "ra_state": "AL",
            "ra_zip": "36303",
            "status": "active",
            "auto_renew": "no",
            "create_dt": "2025-05-11 16:43:36",
            "filed_date": "2025-05-11 21:00:24"
        },
    "company": "moo communications llc"
}

ERROR:
{
    "status": "error",
    "error": "Cannot locate company",
    "verbose": "none"
}
PreviousList CompaniesNextList Documents

Last updated 1 month ago