Signups
Create Signup
Add a new signup to a waitlist
POST
Authorizations
Use your API key as the bearer token. API keys can be generated in your dashboard.
Example: Authorization: Bearer pk_live_YOUR_API_KEY
Path Parameters
The ID of the waitlist
Body
application/json
Email address of the signup
Example:
"user@example.com"
Full name of the signup
Example:
"John Doe"
Custom data object to store additional information
Example:
{
"source": "landing_page",
"campaign": "summer_launch"
}Custom fields (will be merged into metadata)
Response
Signup created successfully