Waitlist Entries
Retrieve Waitlist Entry
Retrieves a signup owned by the caller with waitlist_entry:read, or submitted to an account they can read with plan:waitlist:read.
get/waitlist_entries/{id}
Response
signup
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"
}