cURL
curl --request POST \ --url https://api.inprocess.world/api/oauth/code \ --header 'Content-Type: application/json' \ --data ' { "email": "artist@example.com" } '
{ "success": true }
Send a one-time verification code to the provided email address for email-based OAuth login.
Overview:
This endpoint initiates the email login flow by sending a one-time PIN (OTP) to the account’s email address via Privy.
The email address to send the one-time verification code to
"artist@example.com"
Verification code sent successfully
Indicates whether the verification code was sent successfully
true