Skip to main content
POST
/
{id}
/
send
Send offer
curl --request POST \
  --url https://api.sibipro.com/offers/{id}/send \
  --header 'Authorization: Bearer <token>'
{ "success": true, "sentAt": "2024-01-20T12:00:00Z" }

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the offer to send

Response

Offer sent successfully

success
boolean
required

Whether the offer was sent successfully

Example:

true

sentAt
string<date-time>
required

Timestamp when the offer was sent

Example:

"2024-01-20T12:00:00Z"