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