Skip to main content

Get company list

GET 

/api/inspect/v1/company

Fetch the list of companies that the user has access to, including their own company and any companies to which they have been invited for collaboration.

Request

Responses

200 response

Schema

    data

    object[]

    The list of companies.

  • Array [

  • pictureURL uri

    URL to the company logo

    updatedBy int64

    ID of the user who last updated the company

    owner int64

    User ID of the company owner

    createdBy int64

    ID of the user who created the company

    id uuid

    Unique identifier (ID) for the company

    name string

    Name of the company

    regionalEndpoint uri

    Possible values: [https://eu-dev-io.screeningeagle.com, https://jp-dev-io.screeningeagle.com, https://sg-dev-io.screeningeagle.com, https://uk-dev-io.screeningeagle.com, https://us-dev-io.screeningeagle.com]

    Regional endpoint for the company. This endpoint is used to access the regional data of the company like assets, spots, etc.

    updatedAt int64

    Timestamp when the company was last updated in milliseconds

    createdAt int64

    Timestamp when the company was created in milliseconds

  • ]

Loading...