Skip to main content
POST
/
api
/
v1
/
guest
/
email
POST /api/v1/guest/email
curl --request POST \
  --url https://api.scoot.app/api/v1/guest/email \
  --header 'Content-Type: application/json' \
  --data '{}'
{}
Sends an email notification to a guest user.

Body

application/json · object

Request body data

Response

Successful response

Response from backend service

I