v1
latestOpenAPI 3.1.02026-08-0630894634.3 KBApproval
List approval data for a company
Retrieves the list of approval data associated with a company.
post/v3/approvals/companies/{companyId}/list
Request body
Example request
{
"includePnrSummaries": true,
"approvalFilters": [
{
"filterType": "APPROVAL_STATUS_FILTER",
"approvalStatuses": [
"APPROVED"
]
}
]
}Response
OK