Approve All Waitlist Entries
Queues approval of every pending signup for an account, optionally narrowed to a plan. Requires plan:waitlist:manage. Paid signups may charge saved payment methods. Approval runs asynchronously: list signups with status set to pending to follow progress, and retrieve a signup to read its outcome. Signups created after this request are excluded.
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
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-09-15"
Body
Response
approval queued
The seller account whose signups were queued, prefixed biz_.
"biz_xxxxxxxxxxxxxx"
The plan the request was narrowed to, prefixed plan_, or null when every waitlist plan on the account was included.
Whether any pending signups were queued for approval. false when there were none.
true

