Configurators
Retrieve detailed information about a specific configurator
GET /configurator/{id}
Endpoint
Description
Parameters
Request Example
GET /api/configurators/12345 HTTP/1.1
Host: api.simplio3d.com
Authorization: Bearer {access_token}
Accept: application/jsonResponse
Response Example
Error Handling
Notes
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Responses
200
Successful response
application/json
Schema for configurator data
idintegerOptionalExample:
1namestringOptionalExample:
3D Product Configuratorconfigurator_typestringOptionalExample:
Advancedconfigurator_templatestringOptionalExample:
Default Templateconfigurator_integrationstringOptionalExample:
Shopifycreated_atstring · date-timeOptionalExample:
2024-02-25T12:00:00Zupdated_atstring · date-timeOptionalExample:
2024-02-25T12:30:00Zcreated_bystringOptionalExample:
John Doe401
Unauthorized
404
Configurator not found
500
Internal Server Error
get
/api/open-api/v1/configurator/showLast updated