Skip to main content
POST
Re-send the receipt email
Returns 400 if the invoice isn’t paid yet, or has no buyer email on file.

Authorizations

x-api-key
string
header
required

Your secret key, from app.agentaos.ai -> Settings -> Developers -> API Keys. The key's prefix is both its identity and its environment: sk_test_... (sandbox, free, no verification) or sk_live_... (real money, requires business verification). A missing or invalid key returns 401.

Path Parameters

invoiceId
string<uuid>
required

Invoice UUID.

Response

The receipt email was sent.

ok
boolean
required
sentTo
string<email>
required