Get a public Linktree profile by handle, including links and socials.
Endpoint
/v1/linktree/profiles/{handle}
Path
Linktree handle to look up, with or without a leading @.
const response = await fetch( "https://api.socialfetch.dev/v1/linktree/profiles/miguelangeles", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);