Skip to main content
Tesouro home page
Acquiring
Search...
⌘K
Ask AI
Playground
Playground
Search...
Navigation
RequestPasswordResetInput
Getting started
Risk, Fraud, and Disputes
Reporting
API
Boarding
Transaction processing
Resources
Overview
Welcome to Tesouro
Integration
About our GraphQL
Tokenization
Integration Overview
Playground
Sandbox
Rate limiting
Schema
Copy
Ask AI
{
"email"
:
"abc123"
,
"redirectUri"
:
"xyz789"
}
RequestPasswordResetInput
InputObject
Input for requesting a password reset.
Input Fields
email
required
Email address of the user requesting password reset.
redirectUri
required
URI where the user will be redirected to complete the password reset. Must match one of the client’s registered redirect URIs.
Schema
Copy
Ask AI
{
"email"
:
"abc123"
,
"redirectUri"
:
"xyz789"
}
⌘I