Mojang · Example Payload

Minecraft Services Public Keys Example

Games And ComicsMinecraftGamingIdentityPlayer ProfilesSessionPublic APIs

Minecraft Services Public Keys Example is an example object payload from Mojang, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

profilePropertyKeysplayerCertificateKeysauthenticationKeys

Example Payload

Raw ↑
{
  "profilePropertyKeys": [
    null
  ],
  "playerCertificateKeys": [
    null
  ],
  "authenticationKeys": [
    null
  ]
}