v1

latestOpenAPI 3.1.02026-08-06213193627.0 KB
auth

Get And Set Updated User

Contrary to the endpoint /v1/post-registration, where we send a user, when we call this endpoint we will fetch Auth0 to retrieve an updated version of the user, and update it in our database.

This has the advantage that we only need to know the user's email, as oposed to having Auth0 sending the full object.

get/v1/auth/verify-email

Query parameters

emailstring required
success'true' | 'false' required
messagestring required

Response

Successful Response

{"stackTrail":"paths:/v1/auth/verify-email:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","title":"Response Get And Set Updated User V1 Auth Verify Email Get"}