Skip to main content

Send a pass email

POST /passes/{id}/send-email

Requires the passes:send_email permission.

Authorization

X-API-Key required

Parameters

NameLocationTypeRequired
idpathstringYes

Request Examples

curl -X POST "https://api.remypass.com/api/v1/public/passes/507f1f77bcf86cd799439011/send-email" \
  -H "Accept: application/json" \
  -H "X-API-Key: YOUR_API_KEY"

Use Case Examples

Send pass email to member

curl -X POST https://api.remypass.com/api/v1/public/passes/507f1f77bcf86cd799439013/send-email \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"

Responses

StatusDescription
200Successful operation.
400Bad request. The top-level message explains what is invalid and, where applicable, the errors array contains structured field details.
401Missing or invalid API key.
403The caller is not allowed to access this resource.
404Resource not found.
500Server error.

200 Response Example

{
"success": true,
"message": "string",
"data": {}
}

Response Fields

FieldTypeAttributes
successboolean
messagestring
dataobject