Footer Section
Explore

The (zero-indexed) page number to return
The number of results to return per page
The NQL query to find companies
A paged array of companies
curl --request GET \--url https://app1.congacontracts.com/Contracts/rest/v1/company \--header 'Accept: application/json'
1{2"companyList": [3{4"id": "string",5"name": "string",6"number": "string",7"group": "string",8"taxId": "string",9"status": "string",10"dunsNumber": "string",11"type": "string",12"category": "string",13"url": "string",14"address1": "string",15"address2": "string",16"city": "string",17"state": "string",18"postalCode": "string",19"country": "string",20"phoneAreaCode": "string",21"phoneCountryCode": "string",22"phoneExtension": "string",23"phoneNumber": "string",24"faxAreaCode": "string",25"faxCountryCode": "string",26"faxExtension": "string",27"faxNumber": "string",28"dynamics": []29}30],31"totalCount": -900719925474099132}