v1

latestOpenAPI 3.0.02026-07-135965404.0 KB
Email

Send referral email to a given address

Invite a friend to sign up for a free trial of ExaVault. Send a referral email to an email address. If the recipient signs up for ExaVault, we'll apply a credit to your account for the referral.

post/email/referral

Headers

ev-api-keystring required

API Key required to make the API call.

ev-access-tokenstring required

Access token required to make the API call.

Request body

emailsstring[] required
messagestring required

Example request

{
  "message": "I use ExaVault for secure file sending, and so should you. Follow my link to sign up for a trial."
}

Response

Successful Operation

responseStatusinteger

Http status code of the response.

datastring[]

Example response

{
  "responseStatus": 200,
  "data": []
}