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"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.withflex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access this API.

Path Parameters

id
string
required
Example:

"obj_01EXAMPLE00000000000000000"

Response

Success

receipt_ids
string[]
required

The receipt IDs that were queued for resending.