Activate Account
User clicked the link in their activation email.
Returns a small standalone HTML page (success or error) — this endpoint is reached by a top-level browser navigation, not an XHR from the SPA, so JSON wouldn't help anyone. On success we also 302 to the SPA's home with ?activated=1 so the SPA can surface a one-time toast.
get/api/auth/activate/{token}
Path parameters
tokenstring required
Response
Successful Response
{"stackTrail":"paths:/api/auth/activate/{token}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.