Skip to main content
{
	"created_at": "2023-12-01T05:00:00.401Z",
	"custom_field_responses": [
		{
			"answer": "<string>",
			"id": "cfrp_xxxxxxxxxxxxx",
			"question": "<string>"
		}
	],
	"id": "entry_xxxxxxxxxxxx",
	"plan": {
		"id": "plan_xxxxxxxxxxxxx"
	},
	"product": {
		"id": "prod_xxxxxxxxxxxxx",
		"title": "Pickaxe Analytics"
	},
	"status": "drafted",
	"user": {
		"email": "john.doe@example.com",
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	}
}
created_at
string<date-time> | null
required
The datetime the entry was created.Example: 2023-12-01T05:00:00.401Z
custom_field_responses
array<object> | null
required
The list of responses collected from the user when submitting their waitlist entry.
id
string
required
The unique identifier for the entry.Example: entry_xxxxxxxxxxxx
plan
object | null
required
The waitlisted plan that this entry is a signup for.
product
object | null
required
The product associated with this entry’s waitlisted plan. Null if the plan is not tied to a product.
status
EntryStatus
required
The current status of the waitlist entry (e.g., drafted, pending, approved, denied).Available options: drafted, pending, approved, denied, any
user
object
required
The user who submitted this waitlist entry.