POST
/
waitlist
curl --request POST \
  --url https://instantrestapi.com/api/waitlist \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>"
}'
{
  "api-key": "<string>"
}

Body

application/json
Your email
email
string
required

Response

200
application/json
Response
api-key
string