get
endpoint (https://api.amethyst.rip/optimizer/user/get)
ApiKey
type: string
Username
type: string
Example request
{
"ApiKey": "example-key",
"Username": "Svvayyz"
}Example response
{
"Success": true,
"APICallsLeft": 48,
"User": {
"ID": 2,
"Name": "Svvayyz2",
"Expiration": 18145501,
"DiscordID": 540616696138956801,
"Banned": true,
"Ban": {
"Reason": "Some reason",
"Expiration": 1742410570
}
}
}Last updated