GuideLab API

Get exocad integration status and mappings

Retrieve the current exocad integration status, configuration, and all material/reconstruction type mappings for the authenticated lab.

GET
/integrations/exocad

Retrieve the current exocad integration status, configuration, and all material/reconstruction type mappings for the authenticated lab.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X GET "https://example.com/integrations/exocad"
{  "id": "string",  "isEnabled": true,  "config": null,  "reconstructionMappings": [    null  ],  "materialMappings": [    null  ]}
Empty
Empty