Skip to main content
POST
/
api
/
v1
/
invoices
/
documents
/
contracts
/
invoices
/
share_link
Generate a share link for invoice creation
curl --request POST \
  --url https://api.hevn.finance/api/v1/invoices/documents/contracts/invoices/share_link \
  --header 'Authorization: Bearer <token>'
{
  "link": "<string>",
  "key": "<string>",
  "keyPreview": "<string>"
}

Authorizations

Authorization
string
header
default:Bearer <token>
required

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

Headers

x-api-key
string | null

Response

Successful Response

Response with a share link for invoice creation.

key
string
required
keyPreview
string
required