curl --request POST \
--url https://api.sibipro.com/offers/{id}/send \
--header 'Authorization: Bearer <token>'{
"success": true,
"sentAt": "2024-01-20T12:00:00Z"
}Sends a pending offer to the customer. The offer must be in “pending” status.
curl --request POST \
--url https://api.sibipro.com/offers/{id}/send \
--header 'Authorization: Bearer <token>'{
"success": true,
"sentAt": "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 send