Skip to content

docs: add missing type options to /verify endpoint documentation#2296

Open
JEETDESAI25 wants to merge 2 commits intosupabase:masterfrom
JEETDESAI25:docs/verify-type-options-1710
Open

docs: add missing type options to /verify endpoint documentation#2296
JEETDESAI25 wants to merge 2 commits intosupabase:masterfrom
JEETDESAI25:docs/verify-type-options-1710

Conversation

@JEETDESAI25
Copy link

What kind of change does this PR introduce?

Docs update

What is the current behavior?

The README documentation for the /verify endpoint is missing several valid type parameter options. Users have to explore source code to discover options like email_change, phone_change, and magiclink.

Fixes #1710

What is the new behavior?

Documentation now includes all valid type options matching the OpenAPI spec:

  • POST /verify: signup, recovery, invite, magiclink, email_change, sms, phone_change
  • GET /verify: signup, recovery, magiclink, invite, email_change

@JEETDESAI25 JEETDESAI25 requested a review from a team as a code owner December 16, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API Endpoints Documentation Update Verify Parameter Options

1 participant