Material Categories
API endpoints for managing material categories
GET /materials/categories
Get List of Materials Categories (Without Pagination) Endpoint
Endpoint: GET /open-api/v1/materials/categories
Description
Fetches a complete list of material categories from the Simplio3D API without pagination.
Request Headers
Authorization: Bearer token required.
Sample Request
Response
Status Code:
200 OK
Body: A JSON array containing the material categories available.
GET /materials/categories/{id}
Get a Specific Material Category by ID
Response
Status Code:
200 OK
Materials Not Found: 404
Unauthorized: 401
Last updated
Was this helpful?