get
http://{{url}}/api/resource/Company/
This endpoint retrieves the list of companies available in the system.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response
The response returns a collection of company records wrapped inside a data array.
Each record represents a company entity configured in the system.
Example Response
{
"data": [
{
"name": "Consolidated Company"
},
{
"name": "Emotive Auto Sales Inc."
},
{
"name": "Emotive Finance Company Inc."
},
{
"name": "Emotive Related Finance Company"
},
{
"name": "Service"
}
]
} 200