PlayerData · Authentication Profile

Playerdata Authentication

Authentication

PlayerData secures its APIs with oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, authorizationCodePKCE, and clientCredentials flow(s).

CompanySportsSports PerformanceGPS TrackingWearablesAthlete MonitoringGraphQLAnalytics
Methods: oauth2 Schemes: 3 OAuth flows: authorizationCode, authorizationCodePKCE, clientCredentials API key in:

Security Schemes

OAuth2AuthorizationCode oauth2
OAuth2AuthorizationCodePKCE oauth2
OAuth2ClientCredentials oauth2

Source

Authentication Profile

playerdata-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://github.com/PlayerData/playerdatapy/blob/main/docs/auth.md
docs: https://github.com/PlayerData/playerdatapy/blob/main/docs/auth.md
summary:
  types: [oauth2]
  oauth2_flows: [authorizationCode, authorizationCodePKCE, clientCredentials]
  token_type: Bearer
  access_token_ttl_seconds: 7200
  refresh_tokens: true    # authorization code grant only; client credentials re-runs the flow
notes: >-
  The PlayerData API is a GraphQL API secured with OAuth 2.0. Authorisation Code
  Grant provides user-based access (read + write) mirroring what the user sees in
  the PlayerData app, with data access governed by club-staff membership. Client
  Credentials Grant provides server-to-server, organisation-level access for
  service accounts granted org access. There is no documented OAuth scope surface;
  authorization is governed by club-staff membership and org-level grants rather
  than scopes. Credentials are issued on request via support@playerdata.com.
schemes:
  - name: OAuth2AuthorizationCode
    type: oauth2
    flow: authorizationCode
    authorizationUrl: https://app.playerdata.co.uk/oauth/authorize
    tokenUrl: https://app.playerdata.co.uk/oauth/token
    use_case: Confidential clients with a secret (user-based access)
    sources: [https://github.com/PlayerData/playerdatapy/blob/main/docs/auth.md]
  - name: OAuth2AuthorizationCodePKCE
    type: oauth2
    flow: authorizationCode
    pkce: true
    authorizationUrl: https://app.playerdata.co.uk/oauth/authorize
    tokenUrl: https://app.playerdata.co.uk/oauth/token
    use_case: Public clients with no secret (user-based access)
    sources: [https://github.com/PlayerData/playerdatapy/blob/main/docs/auth.md]
  - name: OAuth2ClientCredentials
    type: oauth2
    flow: clientCredentials
    tokenUrl: https://app.playerdata.co.uk/oauth/token
    use_case: Backend-to-backend, organisation-level access
    sources: [https://github.com/PlayerData/playerdatapy/blob/main/docs/auth.md]
endpoints:
  graphql: https://app.playerdata.co.uk/api/graphql
  authorize: https://app.playerdata.co.uk/oauth/authorize
  token: https://app.playerdata.co.uk/oauth/token
  sign_out: https://app.playerdata.co.uk/api/auth/identities/sign_out

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/playerdata-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.