documentv2
shareDocumentLink
Internal documentv2/shareDocumentLink operation. Authentication requirements are derived from the active route allowlist.
post/documentv2/shareDocumentLink
Request body
Example request
{
"custom_message": "Hey i am sending you the estimate u asked for",
"emails": [
"abrar.ahmed.andpercent@gmail.com"
],
"file_name": "example_file_name",
"file_pdf": "example_file_pdf",
"id": 1004,
"include_details": true,
"send_over": "email"
}Response
Standard successful response envelope.
Example response
{
"statusCode": 200,
"message": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.