Quotes
Gets the currently active flag for the specified quote
Retrieve the current active flag for a quote (required scope finance:read)
get/v1/finance/quotes/{quoteId}/flags
Path parameters
quoteIdinteger required
The quote id
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"historyId": 123456,
"flagId": 789,
"flagName": "High Priority",
"appliedAt": "2024-01-15T10:30:00.0000000+00:00",
"ownerName": "john.doe@example.com",
"comments": "Requires special attention"
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.