Share
Managing configurator share module
GET /configurator-share
Simplio3D API: Get List of Configurator Shares
Endpoint
Description
Request Headers
Response
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Responses
200
List of configurator shares retrieved successfully
application/json
401
Unauthorized
500
Internal Server Error
get
/api/open-api/v1/configurator-shareGET /configurator-share/{id}
Get Configurator Share by ID
Authorizations
AuthorizationstringRequired
Enter token in format (Bearer <your_token>)
Path parameters
idinteger · int64Required
ID of the configurator share
Responses
200
Configurator share retrieved successfully
application/json
401
Unauthorized
404
Configurator share not found
500
Internal Server Error
get
/api/open-api/v1/configurator-share/{id}Last updated