API DocumentationManufacturer color controller
Get color by ID
Retrieves a specific color by its unique identifier
AuthorizationBearer <token>
In: header
Path Parameters
colorIdinteger
ID of the color to retrieve
Format
int64Response Body
curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/color/0"{
"id": 0,
"code": "string",
"name": "string"
}Empty