2 devlogs
1h 20m 21s
This is my first project on Flavortown. I’m excited to share my progress!
This is my first project on Flavortown. I’m excited to share my progress!
High-performance API for detecting sellers, scammers, and buyers when users join Discord servers.
GET /health
No authentication required. Returns API status and service connectivity.
GET /v1/check/:discord_id
Authorization: Bearer <api_key>
Response:
{
"found": true,
"category": "SELLER",
"note": "Known Telegram seller",
"_cached": false,
"_response_time_ms": 45
}
POST /v1/entry
Authorization: Bearer <api_key>
Content-Type: application/json
{
"discord_id": "123456789012345678",
"category": "SCAMMER",
"note": "Chargeback fraud"
}
Requires write or admin permission.
DELETE /v1/entry/:discord_id
Authorization: Bearer <api_key>
Requires write or admin permission.
I’m working on my first project! This is so exciting. I can’t wait to share more updates as I build.
Log in to leave a comment