Retrieve entry
Retrieves the details of an existing waitlist entry.
Required permissions:
plan:waitlist:readmember:email:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the waitlist entry to retrieve.
"entry_xxxxxxxxxxxx"
Response
A successful response
An entry represents a user's signup for a waitlisted plan.
The datetime the entry was created.
"2023-12-01T05:00:00.401Z"
The list of responses collected from the user when submitting their waitlist entry.
The unique identifier for the entry.
"entry_xxxxxxxxxxxx"
The waitlisted plan that this entry is a signup for.
The product associated with this entry's waitlisted plan. Null if the plan is not tied to a product.
The current status of the waitlist entry (e.g., drafted, pending, approved, denied).
drafted, pending, approved, denied, any The user who submitted this waitlist entry.

