Get a Truth Social profile by handle or account id.
Endpoint
/v1/truthsocial/profiles/{handle}
Path
Truth Social handle or account id.
const response = await fetch( "https://api.socialfetch.dev/v1/truthsocial/profiles/realDonaldTrump", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);