Skip to main content
POST
/
v1
/
preregistrations
Submit a preregistration from the get-started form
curl --request POST \
  --url https://api.example.com/v1/preregistrations \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jsmith@example.com",
  "fullName": "<string>",
  "companyName": "<string>",
  "customFields": {},
  "businessType": "<string>",
  "useCase": "<string>"
}
'

Body

application/json
email
string<email>
required
fullName
string
required
Required string length: 2 - 100
companyName
string
required
Required string length: 2 - 100
customFields
object
required
businessType
string
useCase
string
Maximum string length: 500

Response

Preregistration submitted successfully