Skip to content

REST API Reference

CAUTION

ACCESS RESTRICTED: This section is for System Administrators only. Unauthorized access to API keys or endpoints can compromise the licensing ecosystem.

The SonicMeld API allows you to integrate our licensing and update services into your own applications.

Endpoints

Validation

  • POST /api/validate: Validate a license key and HWID.

Releases

  • GET /api/releases/latest: Get the latest version information.

Authentication

  • All requests require an API Key or Bearer Token.

Notifications

  • Integration with messaging services like WhatsApp and Email.

Example Request

bash
curl -X POST https://api.sonicmeld.web.id/api/validate \
     -H "Content-Type: application/json" \
     -d '{"key": "YOUR_LICENSE_KEY", "hwid": "YOUR_HWID"}'