# Process approval for a booking The following endpoint is used to approve or decline the booking approval request. | Name | Endpoint | Details | | --- | --- | --- | | [Process the PNR approval](/openapi/tripapi#operation/processpnrapproval) | `/v2/pnrs/{pnrId}/process-approval` | Approve or decline the booking. **URL path requires:** pnrId from the [listing the approval data](/spotnana/listing_approvals_workflow) workflow. **Request body requires:** `approvalId` from [listing the approval data](/spotnana/listing_approvals_workflow) workflow and the `approvalType` (i.e., `APPROVED` or `DECLINED`). |