curl --request GET \
--url https://api.opx.co/partners/v1/materials/{id}
{
"data": {
"id": 123,
"name": "<string>",
"brand_name": "<string>"
}
}
curl --request GET \
--url https://api.opx.co/partners/v1/materials/{id}
{
"data": {
"id": 123,
"name": "<string>",
"brand_name": "<string>"
}
}
MaterialResource
The response is of type object
.