External Authentication
GET
/client/v3/config/external-authentication
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/client/v3/config/external-authentication?title_id=01JFHK0B18KD582BY1D882HKKS&environment_id=01JFHK0B2460NS2WHM3PNKFH4W'
Response Response Example
200 - Success
{
"identity_providers": [
{
"id": "credentials",
"name": "Email & Password",
"claim_type": "https://api.lootlocker.com/v3/client/oauth/grant-type/credentials",
"settings": {}
},
{
"id": "apple",
"name": "AppleID",
"claim_type": "https://api.lootlocker.com/v3/client/oauth/grant-type/implicit-apple-rest",
"settings": {
"client_id": ""
}
}
]
}
Request
Query Params
title_id
string
required
Example:
01JFHK0B18KD582BY1D882HKKS
environment_id
string
required
Example:
01JFHK0B2460NS2WHM3PNKFH4W
Responses
Modified at 2025-04-22 14:16:53