curl --request GET \ --url https://api.example.com/quote/external-quote
Copy
{ "externalQuoteId": {}, "data": {}}
quote
Get external quote by internal quote id
Retrieves an external quote representation associated with a Korint internal quote quoteId. Returns external identifiers and raw external data if found.
GET
/
quote
/
external-quote
Get external quote by internal quote id
Copy
curl --request GET \ --url https://api.example.com/quote/external-quote