🔌 API Endpoint Test

Testing Backend API Connectivity

📡 Available Test Endpoints

🌐 API Base URL: https://bluescapetraining.com/api
Endpoint Description Method Test
/api/courses Get all courses GET
/api/resources Get all resources GET
/api/services Get all services GET
/api/events Get all events GET
/api/announcements Get announcements GET
/api/organizations Get organizations GET

📝 Manual cURL Commands

You can also test the API using these cURL commands in your terminal:

# Test courses endpoint
curl -X GET "https://bluescapetraining.com/api/courses"

# Test with verbose output to see headers
curl -v -X GET "https://bluescapetraining.com/api/courses"

# Test resources
curl -X GET "https://bluescapetraining.com/api/resources"

⚠️ SECURITY WARNING

DELETE THIS FILE (test_api.php) AFTER TESTING!