Skip to main content
POST
/
waitlist
Join Waitlist
curl --request POST \
  --url https://staging-api.polysimulator.com/waitlist \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "source": "<string>",
  "consent": true
}
'
{
  "success": true,
  "already_registered": false
}

Body

application/json
email
string
required
Required string length: 3 - 254
source
string
required
Pattern: ^(backtesting|api|general)$

User must explicitly check the consent box

Response

Successful Response

success
boolean
required
already_registered
boolean
default:false