Share and search problematic clients across industries. Protect your business by learning from others' experiences.
Company registration with admin approval. All API calls require bearer token authentication.
Search by email, phone, name, tax ID and more. Track multiple phone numbers per client.
11 predefined fraud types including non-payment, chargeback fraud, identity theft and more.
Upload multiple client reports at once with our bulk endpoint. Perfect for large datasets.
View global fraud trends and your company's contribution to the network.
Complete API documentation with interactive examples powered by Scribe.
git clone https://github.com/yourusername/blacklisthub-api.git
cd blacklisthub-api
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
php artisan serve
curl -X POST http://localhost:8000/v1/blacklist \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{
"category_id": 1,
"name": "John Doe",
"email": "john@example.com",
"phone": "1234567890",
"fraud_type_id": 1,
"debt_amount": 5000.00,
"additional_info": "Failed to pay for services"
}'
BlacklistHub is open source and welcomes contributions from developers worldwide.