Send an invoice by emailAsk AIpost https://api.wingspan.app/payments/invoice/{invoice_id}/sendUse this endpoint to send an invoice by email using its unique ID for identification.Path Paramsinvoice_idstringrequiredUnique identifier of an invoiceResponses 200An invoice 400Bad Request - The request was malformed or contains invalid parameters 401Unauthorized - Authentication failed or was not provided 404Not Found - The requested resource does not exist 429Too Many Requests - Rate limit exceeded 500Internal Server Error - An unexpected error occurredUpdated 7 months ago