Skip to main content
POST
/
v1
/
offers
/
{id}
/
send
Send an offer
curl --request POST \
  --url https://api.plane.com/v1/offers/{id}/send \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "expires": "<string>"
}
'
Send a draft offer to the recipient email on the offer. This creates durable delivery evidence and returns the updated Offer object with the latest delivery status. Use an Idempotency-Key header when retrying send requests. See Idempotency.

Parameters

id
string
required
ID of the offer.
expires
string
Offer expiration timestamp.

Returns

Returns the updated Offer object.