Frayit Developer API
  1. Schemas
Frayit Developer API
  • Exchange authorization code for access token
    POST
  • Fetch logged-in player profile (OAuth2 + client_secret header)
    GET
  • Fetch player by Frayit ID (Client Credentials)
    GET
  • Submit an anti-cheat report
    POST
  • Submit a toxicity report
    POST
  • Submit an AFK report
    POST
  • Submit a griefing report
    POST
  • Schemas
    • Schemas
      • ErrorResponse
      • Evidence
      • AnticheatReport
      • ToxicityReport
      • AfkReport
      • GriefingReport
      • Reportoffense
      • ReportSubmitResponse
      • PlayerPublic
      • PlayerDetailed
      • TokenRequest
      • TokenResponse
  1. Schemas

PlayerPublic

{
    "frayitId": "player_12345",
    "fullName": "John Doe",
    "gamerTag": "ShadowHunter",
    "trustScore": 90,
    "profileUrl": "https://cdn.frayit.com/profiles/player_12345.png",
    "gameTitle": "Battle Royale X",
    "gameDescription": "Fast-paced survival shooter."
}
Built with