Waitlist Entries
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.
post/waitlist_entries/approve_all
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx"
}Response
approval queued
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"queued": true
}Changes
Changed in 1 of the 74 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.