GET
/
v1
/
materials
curl --request GET \
  --url https://api.opx.co/partners/v1/materials
{
  "data": [
    {
      "id": 123,
      "name": "<string>",
      "brand_name": "<string>"
    }
  ]
}

Query Parameters

page
integer | null
Required range: x >= 1
per_page
integer | null
Required range: 1 <= x <= 100

Response

200
application/json
`MaterialCollection`
data
object[]
required