cURL
curl --request POST \ --url https://grid.squads.xyz/api/grid/v1/auth \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "provider": null }'
{ "created_at": "2023-11-07T05:31:56Z", "email": "<string>", "expires_at": "2023-11-07T05:31:56Z", "otp_id": "<string>", "otp_sent": true, "provider": "privy", "status": "<string>", "type": "<string>" }
Start the authentication process by sending an OTP to the provided email address
Your Grid API key from the Grid Dashboard
privy
dynamic
passkey
turnkey
external
OTP sent successfully
Was this page helpful?