Get Player Linked Portals
GET/users/v1/player/:player_id/linked_portals
DEPRECATED Please use /v2/player/{player_uuid}/links instead. Get a player's linked portals.
Request
Path Parameters
Responses
- 200
- 403
- 404
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
player
object
required
Response for getting a player's info
Player ID DEPRECATED use player_uuid instead
Player UUID
DEPRECATED use active_player_uuid instead. Active player ID, if the player has an active player.
Active player UUID, if the player has an active player.
Person ID
Role ID of the person, if available
linked_portals
object[]
required
List of linked portals
Portal user ID
Portal ID DEPRECATED use platform instead
Possible values: [Anon, Basic, XboxLive, PSN, NintendoNAID, NintendoSwitch, NintendoPPID, Google, GooglePlay, Apple, Epic, Steam, Amazon, Twitch, RallyHere, LegacyName]
An enumeration.
Display name
Player ID DEPRECATED use player_uuid instead
Player UUID
{
"player": {
"player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"active_player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"person_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"role_id": "string"
},
"linked_portals": [
{
"portal_user_id": "string",
"platform": "Anon",
"display_name": "string",
"player_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]
}
Error Codes:
-
auth_invalid_key_id- Invalid Authorization - Invalid Key ID in Access Token -
auth_invalid_version- Invalid Authorization - version -
auth_malformed_access- Invalid Authorization - malformed access token -
auth_not_jwt- Invalid Authorization -
auth_token_expired- Token is expired -
auth_token_format- Invalid Authorization - {} -
auth_token_invalid_claim- Token contained invalid claim value: {} -
auth_token_invalid_type- Invalid Authorization - Invalid Token Type -
auth_token_sig_invalid- Token Signature is invalid -
auth_token_unknown- Failed to parse token -
insufficient_permissions- Insufficient Permissions
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}