Choose an endpoint to get started
Select an endpoint from the sidebar.
No parameters for this endpoint.
const response = await fetch( "https://api.socialfetch.dev/v1/whoami", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);