Get Player Matches Self
GET /match/v1/player/me/match
Get all matches for self. Only provides matches for the player_uuid in the provided token.
any of: match:*
, match:match:player:read
, match:player:any:read
: match:player:self:read
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
object
List of player’s matches
object
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Match the player was in
object
Timestamp of when the resource was last modified
Timestamp of when the resource was created
Match States.
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
Datetime that enforces that a timezone is given. Unix timestamps are allowed and forced into the UTC time zone
List of MatchInstances for the match
object
List of allocation IDs for the match
object
Allocation ID
403
Error Codes:
auth_invalid_key_id
- Invalid Authorization - Invalid Key ID in Access Tokenauth_invalid_version
- Invalid Authorization - versionauth_malformed_access
- Invalid Authorization - malformed access tokenauth_not_jwt
- Invalid Authorizationauth_token_expired
- Token is expiredauth_token_format
- Invalid Authorization - {}auth_token_invalid_claim
- Token contained invalid claim value: {}auth_token_invalid_type
- Invalid Authorization - Invalid Token Typeauth_token_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
422
Validation Error