Skip to main content
GET
/
verify
Verify email and authentication tickets
curl --request GET \
  --url https://{subdomain}.auth.{region}.nhost.run/v1/verify
This response has no body data.

Query Parameters

ticket
string
required

Ticket

Example:

"verifyEmail:xxxxxxxx"

type
enum<string>
deprecated

Type of the ticket. Deprecated, no longer used

Available options:
emailVerify,
emailConfirmChange,
signinPasswordless,
passwordReset
Example:

"emailVerify"

redirectTo
string<uri>
required

Target URL for the redirect

Example:

"https://my-app.com/catch-redirection"

I