Get KNC Company Information
Request
URL: https://knc-service.koronet.com/v1/organizations
Method: GET
Content-Type: URL Parameters
Header
authenticationToken (required)(string:50)
Komet Sales security token.
Input Parameters
name (required)(string:200)
Company name.
limit (optional)(integer)
The maximum number of companies to retrieve.
If this parameter is not set, the default amount the system will return is 100, and the maximum you can set is 1000.
https://knc-service.koronet.com/v1/organizations?name=rose&limit=10
Response
message (string:500)
Transaction status description.
data (array)
An array containing a list of companies.
id (integer)
Company ID.
 name (string)
Company name.
{
"message": "Operation completed successfully.",
"data": [
{
"id": 295,
"name": "Rose Company 1" },
{
"id": 192,
"name": "Rose Company 2"
},
{
"id": 33,
"name": "Rose Company 3"
},
{
"id": 65,
"name": "Rose LLC"
},
{
"id": 334,
"name": "Rose Flower"
}
]
}
Related Articles
-
Delete a Prebook 1.0 (API)
-
-
-
Add Inventory (API)
-