Auth Client API
HomeLootLocker
HomeLootLocker
LootLocker
  1. Remote
  • V3
    • Config
      • External Authentication
      • List Player Identity Providers
    • OAuth
      • Impersonation
      • Authorize
      • Token
      • Token Exchange
      • Grant Type
    • Remote
      • Lease
        POST
      • Lease
        GET
      • Claim
        POST
      • Verify
        POST
      • Authorize
        POST
  1. Remote

Lease

GET
https://api.lootlocker.com/client/v3/remote/lease
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.lootlocker.com/client/v3/remote/lease?code={{v3_client_remote_lease_code}}&nonce={{v3_client_remote_lease_nonce}}'
Response Response Example
202 - Status: CREATED
{
    "status": "CREATED"
}

Request

Query Params
code
string 
required
Example:
{{v3_client_remote_lease_code}}
nonce
string 
required
Example:
{{v3_client_remote_lease_nonce}}

Responses

🟢202Status: CREATED
application/json
Body
status
string 
required
🟢202Status: CLAIMED
🟢200Status: VERIFIED
🟢200Status: AUTHORIZED
🔴500Error: Internal
Previous
Lease
Next
Claim
Built with