Waitlist Entries
Deny Waitlist Entry
Denies a pending signup. Requires plan:waitlist:manage on its seller account.
post/waitlist_entries/{id}/deny
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"
}