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