Retrieve entry
Retrieves the details of an existing waitlist entry.
Required permissions:
plan:waitlist:readmember:email:read
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example 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.

