PlayFab Client API

The PlayFab Client API is the player-facing REST surface used by game clients for login, account linking, virtual currency, inventory, friends, leaderboards, statistics, player data, cloud script execution, multiplayer session lookup, push registration, segmentation triggers, and analytics events. It is scoped per-title at https://[titleId].playfabapi.com/Client and authenticated with a session ticket issued from a Login* call.

PlayFab Client API is one of 14 APIs that PlayFab publishes on the APIs.io network.

Tagged areas include Authentication, Client, Leaderboards, and Players. The published artifact set on APIs.io includes API documentation and authentication docs.

API entry from apis.yml

apis.yml Raw ↑
aid: playfab:playfab-client-api
name: PlayFab Client API
description: The PlayFab Client API is the player-facing REST surface used by game clients for login,
  account linking, virtual currency, inventory, friends, leaderboards, statistics, player data, cloud
  script execution, multiplayer session lookup, push registration, segmentation triggers, and analytics
  events. It is scoped per-title at https://[titleId].playfabapi.com/Client and authenticated with a session
  ticket issued from a Login* call.
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://learn.microsoft.com/en-us/rest/api/playfab/client/
baseURL: https://titleId.playfabapi.com/Client
tags:
- Authentication
- Client
- Leaderboards
- Players
properties:
- type: Documentation
  url: https://learn.microsoft.com/en-us/rest/api/playfab/client/
- type: Authentication
  url: https://learn.microsoft.com/en-us/gaming/playfab/sdks/playfab-authentication