Get Player Uuid From Player Id For Self
Deprecated
GET /users/v1/player/me/uuid
GET
/users/v1/player/me/uuid
Get a player’s uuid from their id for the active player on the access token.
Authorizations
Responses
200
Successful Response
string format: uuid
400
Bad Request
object
auth_success
boolean
error_code
required
string
desc
required
string
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_sig_invalid
- Token Signature is invalidauth_token_unknown
- Failed to parse tokeninsufficient_permissions
- Insufficient Permissions
object
auth_success
boolean
error_code
required
string
desc
required
string
404
Not Found
object
auth_success
boolean
error_code
required
string
desc
required
string