Auth Client API
HomeLootLocker
HomeLootLocker
LootLocker
  1. Sample Schemas
  • V3
    • Config
      • External Authentication
      • List Player Identity Providers
    • OAuth
      • Impersonation
      • Authorize
      • Token
      • Token Exchange
      • Grant Type
    • Remote
      • Lease
      • Lease
      • Claim
      • Verify
      • Authorize
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
HomeLootLocker
HomeLootLocker
LootLocker
  1. Sample Schemas

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with