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"
}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.