Get Signup Status
Where the caller's own self-serve setup stands.
This read creates nothing, mails nothing, and answers only about the caller's own address, so it leaks nothing the account's existence has not already committed to.
No account row exists until the verification link is redeemed, so a bare 404 there would tell a mid-verification return "you never signed up" while their link is still live — an outstanding link reports verification_pending instead, and only a truly unknown address 404s.
intent comes from the account when there is one and from the live link when there is not, which is the only place it exists before redemption. The page resends the verification mail from this answer, so a verification_pending read that reported no intent would have a buyer resend themselves a free signup.
Response
Successful Response
Changes
Changed in 3 of the 30 revisions of this API.4
- ○
removed the
pausedenum value from theresponse property for the response statusresponse-property-enum-value-removed
- ○
removed the
waitlistedenum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○