Get Quote By External ID

Retrieves a specific quote using its external identifier.

Endpoint

GET /quotes/external-id/{externalId}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
externalIdstringYesThe external identifier

Response

Quote Schema

Error

Error Schema

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"