Version: v1
Vendor Implementation APIs
APIs that CAD vendors must implement to enable full integration with Prepared.
Important: These endpoints should be hosted by your CAD system, not Prepared.
Integration Requirements: All endpoints in this specification work in conjunction with Prepared's hosted APIs. Both vendor-implemented and Prepared-hosted endpoints are required for complete integration.
Authentication
- API Key: Bearer
Authentication using one of the supported methods. OAuth2 Client Credentials (Recommended) using format Bearer YOUR_ACCESS_TOKEN, or Custom Authentication Headers as configured during integration setup.
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | Authorization |