Skip to main content

Get the current user

GET 

/v2/me

Get information about the current user (i.e. the user associated with the API key)

Request

Header Parameters

    User-Agent stringrequired

    Custom User-Agent for your application, see user-agent.dev for implementation examples. Alternatively you can also use the 'MineSkin-User-Agent' header.

    Example: ExampleApp/v1.0
    Authorization string
    Example: Bearer da84de82e960d6c0510088279878c79365ad5118d350d619f20324a5494f156b

Responses

User Info

Schema

    user stringrequired

    User UUID

    Example: ef4c52b01fea4715982d8e67fd93ef2d
    grants objectrequired

    Grants for this user

    Example: {"delay":3,"per_minute":20,"concurrency":1,"priority":0,"ad_free":true,"private_skins":true}
Loading...