API DocumentationManufacturer color controller
Get color by ID
Retrieves a specific color by its unique identifier
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Path Parameters
colorId*integer
ID of the color to retrieve
Response Body
application/json
curl -X GET "https://example.com/api/manufacturer/v1/color/0"{ "id": 0, "code": "string", "name": "string"}Empty
Last updated on