Waitlist Entries
Approve Waitlist Entry
Queues approval of a pending signup. Requires plan:waitlist:manage on its seller account. Paid signups may charge their saved payment method. Returns the signup's current state; retrieve it to read status and approval_failure_reason after processing.
post/waitlist_entries/{id}/approve
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Response
current signup state
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"approval_failure_reason": "plan_unavailable",
"created_at": "2026-01-01T12:00:00.000Z",
"id": "entry_xxxxxxxxxxxxxx",
"metadata": {},
"plan_id": "plan_xxxxxxxxxxxxxx",
"product_id": "prod_xxxxxxxxxxxxxx",
"status": "canceled",
"updated_at": "2026-01-01T12:00:00.000Z",
"user_id": "user_xxxxxxxxxxxxxx"
}