Task 4: Create pending profiles
Overview
Objectives
Step-by-Step Guide
``` { "payload": { "data": { "linktree": { "name": "", "description": "", // One link is mandatory "links": [ { "label": "Any Label1", "redirectUrl": "" }, // Extra labels for additional links { "label": "Any Label2", "redirectUrl": "" }, { "label": "Any Label3", "redirectUrl": "" } ], "mySocials": [ { "label": "X (Twitter)", "content": "" }, { "label": "Instagram", "content": "" }, { "label": "Facebook", "content": "" }, { "label": "LinkedIn", "content": "" }, { "label": "Telegram", "content": "" }, { "label": "WhatsApp", "content": "" }, { "label": "Email", "content": "" } ], "myWallets": [ { "label": "Bitcoin (BTC)", "address": "" }, { "label": "Ethereum (ETH)", "address": "" }, { "label": "Solana (SOL)", "address": "" }, { "label": "Koii/K2 (KOII)", "address": "" }, { "label": "Polygon (MATIC)", "address": "" }, { "label": "TRON (TRX)", "address": "" }, { "label": "Arbitrum (ARB)", "address": "" } ] } }, "userEmail": "[email protected]" // Use your email address } } ```
Key Considerations
Conclusion
Last updated