Companies
List companies
List all companies. Please note that you’ll need to provide a ‘take’ and ‘skip’ parameter to paginate through the results. If no parameters are provided, it will be default take the first 10 results. Authentication is required.
GET
/
companies
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
skip
integer
take
integer
domain
string
Required string length:
1 - 255
name
string
Required string length:
1 - 255
Response
200 - application/json
The response is of type any
.