Skip to main content

List companies

GET 

/companies

List companies

Request

Query Parameters

    offset number

    Default value: 0

    limit number

    Possible values: >= 1 and <= 1000

    Default value: 10

Responses

sucess - a paginated list of companies

Schema

  • Array [

  • id stringrequired

    Unique identifier of the company

    name stringnullablerequired

    Name of the company

    specific

    object

    nullable

    required

    Value specific to the company with arbitrary structure

    nullable
  • ]

Loading...