-
I noticed signup request returns
|
Beta Was this translation helpful? Give feedback.
Answered by
pennersr
Jul 4, 2024
Replies: 1 comment
-
That GET request is used to obtain information on the email verification key. For example, whether or not the key is valid at all, what user/email is involved. Calling this is not required. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
engin-can
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That GET request is used to obtain information on the email verification key. For example, whether or not the key is valid at all, what user/email is involved. Calling this is not required.