User

User Information about the User of the used API token.

API Endpoint:
https://api.mapban.gg/v1/user

Get User Data

Information about the user of the used API token.

GET:
https://api.mapban.gg/v1/user

Response Example:
Object with data about the User and the limits that apply for the used API token.

{
    "username": "dtSniper",
    "level": "Platin",
    "brandingFree": false,
    "validUntil": {
        "unix": 1530403199,
        "date": "30/06/2018 23:59:59 UTC"
    },
    "lastLogin": {
        "unix": 1554969898,
        "date": "11/04/2019 08:04:58 UTC"
    },
	"limits": {
	    "getPerCall": 250,
        "createPerCall": 128,
        "createPerHour": 200,
        "createPerDay": 1000
    }
}