Company

This endpoint retrieves the list of companies available in the system.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"
        }
    ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!