FieldEdge Open API
production
  • production
  • dev
DocsAPIs
DocsAPIs
production
  • production
  • dev
production
  • production
  • dev
  1. Company
  • Lead
    • Creates a new lead with customer details, appointment preferences, and service information.
      POST
    • Fetches lead details based on the provided lead identifier.
      GET
  • Customer
    • Retrieve customers based on address details.
      GET
    • Retrieve customer details by ID
      GET
  • Company
    • Retrieve company name by ID
      GET
  1. Company

Retrieve company name by ID

GET
/v1/companies/{companyId}
Returns the company name for the given company ID.

Request

Path Params

Responses

🟢200
application/json
Company name found
Bodyapplication/json

🟠400
🟠401
🟠404
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.fieldedge.com/open-api/v1/companies/'
Response Response Example
200 - response
{
    "companyName": "QADevelopment QBD"
}
Modified at 2026-04-21 12:31:59
Previous
Retrieve customer details by ID
Built with