Loading...
Retrieve intermediary agents (ie Settlement Access Providers) associated with a specified quote, as identified by quoteId.
ID of the quote
"9fa1e78d-b3d0-4d68-8032-d39d414a7366"
Successful response
const response = await fetch('http://localhost:3000/quotes/{quoteId}/intermediary-agents', { method: 'GET', headers: {}, }); const data = await response.json();
{ "message": "text" }