API DocumentationManufacturer material controller

Get material by ID

Retrieves a specific material by its unique identifier

GET
/api/manufacturer/v1/material/{materialId}
AuthorizationBearer <token>

In: header

Path Parameters

materialIdinteger

ID of the material to retrieve

Formatint64

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/material/0"
{
  "materialId": 0,
  "name": "string",
  "type": "string"
}
Empty