Skip to main content
POST

Authorizations

Authorization
string
header
required

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

waitlistId
string<uuid>
required

The ID of the waitlist

Body

application/json
email
string<email>
required

Email address of the signup

Example:

"user@example.com"

name
string

Full name of the signup

Example:

"John Doe"

metadata
object

Custom data object to store additional information

Example:
customFields
object

Custom fields (will be merged into metadata)

Response

Signup created successfully

signup
object
required