Skip to content

Email a link to a portal

Request

Send a Portal via email to a specified email address

Security
bearerToken
Bodyapplication/jsonrequired
portalIdstring

The unique ID for the Portal to be emailed

Example:"55f9964c-095d-4b8b-bb5e-4118d2e76ad0"
emailstring

The email address to send the Portal to

Example:"john.smith@gmail.com"
curl -i -X POST \
  https://api-v2.dash.app/portal-emails \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "portalId": "55f9964c-095d-4b8b-bb5e-4118d2e76ad0",
    "email": "john.smith@gmail.com"
  }'

Responses

Success

Response
No content