Luminovo API (1.0.0)
The base URL of Luminovo's API is https://api.luminovo.com/.
Versioning
This API uses data model versioning to ensure backwards compatibility. The data model version is specified using the Accept header. For example, Accept: application/api.luminovo.rfq-v1+json specifies version 1 of the RfQ data model. Refer to each endpoint's description for the correct Accept header value. If no Accept header is provided, the API will return a 404 error.
Handling Enum Types
For all enum types in the API, you must account for an "Unknown" case. This ensures forward-compatibility, as new enum variants may be introduced without notice within the same data model version. For example, an enum Status with variants Ok and Error may gain a new variant Warning at any time.