cURL
curl --request GET \ --url https://app.d-sports.org/api/dashboard
Health-check endpoint. No authentication required.
{ success: true, data: { message: 'Dashboard API is working' } }
Was this page helpful?