Skip to main content
POST
/
api
/
v1
/
public
/
waitlist
Join Waitlist
curl --request POST \
  --url https://api.hevn.finance/api/v1/public/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "website": "<string>"
}
'
{}

Body

application/json
email
string<email>
required
website
string
required

Response

Successful Response

The response is of type Response Join Waitlist Api V1 Public Waitlist Post · object.