Retrieve a company information
GET/companies/:company-id
Retrieve a company information
Request
Path Parameters
company-id stringrequired
Possible values: non-empty
Responses
- 200
success - company information
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
name stringrequired
specific
object
nullable
Value specific to the company with arbitrary structure
nullable
{
"id": "adfdfaca-48f0-4f3b-b30a-c6d97293090c",
"name": "Apple Paris",
"specific": {}
}
Loading...