Account Daten abrufen

GET /musikbot/user/{id}

Path parameters

  • id integer(int64) Required

    id

Responses

GET /musikbot/user/{id}
curl \
 -X GET https://api.famesystems.de/musikbot/user/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1",
  "enabled": "1",
  "updated": "2022-07-30 21:24:38",
  "created": "2022-06-29 20:33:42"
}
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1",
  "enabled": "1",
  "updated": "2022-07-30 21:24:38",
  "created": "2022-06-29 20:33:42"
}