POST
/
invoices
/
share
curl --request POST \
  --url https://connect.withvayu.com/invoices/share \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "emailOverride": "jsmith@example.com",
    "invoiceId": "<string>"
  }
]'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json ยท object[]
invoiceId
string
required
emailOverride
string

Response

200
_mintlify/placeholder

RequestSuccess