List Waitlist Entries
Lists visible waitlist signups. waitlist_entry:read grants the user’s own signups; plan:waitlist:read grants signups for authorized seller accounts. With both permissions, returns their union. Account credentials are limited to their account. Filters narrow this set.
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 ***************************.
Headers
Pins the request to a dated API version.
"2026-09-15"
Query Parameters
Number of results to return from the start of the range.
x <= 100Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.
Number of results to return from the end of the range.
x <= 100Return results before this cursor. Use page_info.start_cursor from the previous response to fetch the previous page.
Only return signups for this plan, prefixed plan_.
Only return signups submitted to this seller account, prefixed biz_.
Only return signups for plans on this product, prefixed prod_.
Only return signups in this state. Canceled signups are returned only when status is canceled.
pending, approved, denied, canceled Only return signups submitted at or before this ISO 8601 timestamp.
Only return signups submitted at or after this ISO 8601 timestamp.
The field to sort results by. Defaults to created_at.
created_at The sort direction for results. Defaults to descending.
asc, desc 
