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