3D Assets
Get a list of configurator 3D asset models.
GET /configurator-assets-models
Description
URL
Query Parameters
Response
- Example Request
GET /configurator-assets-models?page=1&limit=10&sort=nameExample Response{ "models": [ { "id": "123", "name": "Model A", "description": "Description of Model A" }, { "id": "124", "name": "Model B", "description": "Description of Model B" } ], "total": 25, "page": 1, "limit": 10 }Error Responses
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Responses
200
Successful response
application/json
400
Invalid request parameters
401
Unauthorized
404
Configurator not found
500
Internal Server Error
get
/api/open-api/v1/configurator-assets-modelsLast updated