GET
/api/logos
curl \
-X GET https://lztup.toil.cc/api/logos?target=string
Response examples (200)
[
{
"logo_id": 42,
"name": "string",
"preview_url": "string",
"target": "string",
"custom_css": "string",
"active": true,
"authors": [
{
"author_id": 42,
"user_id": 42,
"username": "string",
"created_at": 42
}
],
"created_at": 42
}
]
Response examples (503)
{
"detail": "Can't connect to MySQL server on '[SERVER]'"
}
Response examples (422)
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}