List Player Identity Providers
POST
/client/v3/config/player-idps
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.lootlocker.com/client/v3/config/player-idps?client_id={{game_api_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"nonce": "string"
}'
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
client_id
string
required
Example:
{{game_api_key}}
Body Params application/json
Responses
Modified at 2025-04-22 14:18:02