cURL
curl --request POST \ --url https://api.vantage.sh/v2/invoices/{invoice_token}/send \ --header 'Authorization: Bearer <token>'
{ "recipients": [ "" ] }
Send invoice via email.
The access token received from the authorization server in the OAuth 2.0 flow.
Invoice sent successfully
SendInvoice model