Public
Join waitlist
Submit an email to join the ORO waitlist.
POST
/v1/public/waitlistRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/v1/public/waitlist" \ -H "Content-Type: application/json" \ -d '{ "email": "string" }'{
"success": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}