API DocumentationManufacturer color controller

Get color by ID

Retrieves a specific color by its unique identifier

GET
/api/manufacturer/v1/color/{colorId}
AuthorizationBearer <token>

In: header

Path Parameters

colorIdinteger

ID of the color to retrieve

Formatint64

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/color/0"
{
  "id": 0,
  "code": "string",
  "name": "string"
}
Empty