curl --request GET \
--url https://api.upwell.com/api/rest/carrier_invoice_approval_requests/{id}{
"carrierInvoiceApprovalRequest": {
"carrierInvoice": {
"carrier": {
"id": "<string>",
"name": "<string>"
},
"invoiceNumber": "<string>",
"totalAmount": 123
},
"carrierInvoiceId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"retryCount": 123,
"status": "ABANDONED",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Retrieve a single carrier invoice approval request by its ID.
curl --request GET \
--url https://api.upwell.com/api/rest/carrier_invoice_approval_requests/{id}{
"carrierInvoiceApprovalRequest": {
"carrierInvoice": {
"carrier": {
"id": "<string>",
"name": "<string>"
},
"invoiceNumber": "<string>",
"totalAmount": 123
},
"carrierInvoiceId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"retryCount": 123,
"status": "ABANDONED",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Your API key will be used for authentication of the request. Authorization: YOUR_API_KEY
"id" is required (enter it either in parameters or request body)
Responses for GET /api/rest/carrier_invoice_approval_requests/{id}
Tracks carrier invoice approval requests with retry logic and state management
Show child attributes
Invoices (payables) received from carriers (e.g. via email)
Show child attributes
A timestamp with timezone in ISO 8601 format, such as 2024-12-16T21:57:14.525733+00:00
ABANDONED, FAILED, INITIATED, IN_PROGRESS, RETRYING, SUCCEEDED A timestamp with timezone in ISO 8601 format, such as 2024-12-16T21:57:14.525733+00:00