cURL
curl --request POST \ --url https://api.example.com/v1/users/{id}/email/signup-confirmation \ --header 'Content-Type: application/json' \ --data ' { "walletAddress": "0x123", "tokenId": "tokenId-123" } '
Send signup confirmation email
ok
Was this page helpful?