API DocumentationManufacturer color controller

Get color by ID

GET
/api/manufacturer/v1/color/{colorId}

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