Retrieves a specific quote using its external identifier.
Endpoint
GET /quotes/external-id/{externalId}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| externalId | string | Yes | The external identifier |
Response
Error
Example Usage
Get quote by external ID
Bash
curl -X GET "https://integration-api.ram.syniotec.com/master-data/v1/quote-management/quotes/external-id/external-123" \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json"