curl --request POST \
--url https://api.sibipro.com/offers/{id}/accept-buyout \
--header 'Authorization: Bearer <token>'{
"success": true,
"acceptedAt": "2024-01-20T12:00:00Z"
}Accepts the buyout on an offer. The offer must be in “pending” or “awaiting_customer” status and must have a buyout amount.
curl --request POST \
--url https://api.sibipro.com/offers/{id}/accept-buyout \
--header 'Authorization: Bearer <token>'{
"success": true,
"acceptedAt": "2024-01-20T12:00:00Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the offer to accept the buyout for