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"
}Documentation Index
Fetch the complete documentation index at: https://docs.sibipro.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the offer to accept the buyout for