v2

latestOpenAPI 3.1.02026-08-01244220427.0 KB
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/v2/passes/{passTypeIdentifier}/{serialNumber}/email

Path parameters

passTypeIdentifierstring nullable required
serialNumberstring nullable required

Query parameters

passIdstring
Example:5eb7cf5a86d9755df3a6c593

Headers

authorizationstring nullable

Request body

emailstring required
subjectstring nullable
messagestring nullable

Response

Successful Response

{"stackTrail":"paths:/v2/passes/{passTypeIdentifier}/{serialNumber}/email:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}