Skip to main content

Retrieve a company information

GET 

/companies/:companyID

Retrieve a company information

Request

Path Parameters

    companyID uuidrequired

Responses

success - company information

Schema

    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...