GDPR-compliant waitlist signup.
cURL
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 }
3 - 254
^(backtesting|api|general)$
User must explicitly check the consent box
Successful Response
Was this page helpful?