Skip to main content
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.

Welcome

Fantasy products are specified by the product parameter, a space-separated list of products that your application is requesting access to during LeagueSync API. Valid product names are
  • league: Read company directory and organization structure
  • roster: Read League Rosters
  • player: Read individual data, excluding income and employment data
  • team: Read payroll and contractor related payments by the company
  • transaction: Read detailed pay statements for each individual
  • user: Read detailed pay statements for each individual
  • meta: Read basic league data

Plant Store Endpoints

View the OpenAPI specification file

Authentication

All API endpoints are authenticated using the following header
  X-Auth-Token: {"platform": "<platform>", "token": "<access_token>"}