Skip to main content
POST
/
v1
/
subscriptions
/
{id}
/
receipts
/
resend
Resend Subscription Receipts
curl --request POST \
  --url https://api.withflex.com/v1/subscriptions/{id}/receipts/resend \
  --header 'Authorization: Bearer <token>'
{
  "receipt_ids": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Response

receipt_ids
string[]
required

The receipt IDs that were queued for resending.