Send Pass To Email
Passes
Send Pass To Email
Send a specific pass to a user’s email.
Parameters:
lpass: Pass object, automatically resolved from the request.temp_dir: Temporary directory path, automatically resolved.email: Email address to send the pass to.subject: Optional subject line for the email.message: Optional message body for the email.
Returns:
JSONResponse: A response indicating the success of the email sending operation.
POST
Send Pass To Email
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Query Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
