cURL
curl --request POST \ --url https://api.vantage.sh/v2/invoices/{invoice_token}/send_and_approve \ --header 'Authorization: Bearer <token>'
{ "recipients": [ "" ] }
Send and approve invoice via email (MSP accounts only).
Documentation IndexFetch the complete documentation index at: https://docs.vantage.sh/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Invoice approved and sent successfully
SendInvoice model