Last updated 6 months ago
Get the Stereo Tool configuration file for a station.
GET /api/station/{station_id}/stereo-tool-configuration HTTP/1.1 Host: listen.dovafm.xyz X-API-Key: YOUR_API_KEY Accept: */*
Success
No content
Update the Stereo Tool configuration file for a station.
POST /api/station/{station_id}/stereo-tool-configuration HTTP/1.1 Host: listen.dovafm.xyz X-API-Key: YOUR_API_KEY Accept: */*
{ "success": true, "message": "Changes saved successfully.", "formatted_message": "<b>Changes saved successfully.</b>" }
Removes the Stereo Tool configuration file for a station.
DELETE /api/station/{station_id}/stereo-tool-configuration HTTP/1.1 Host: listen.dovafm.xyz X-API-Key: YOUR_API_KEY Accept: */*