Skip to content

Instantly share code, notes, and snippets.

@TalhaMangarah
Last active November 26, 2022 18:36
Show Gist options
  • Save TalhaMangarah/f35856192d82375097afdd0adc8dd3cf to your computer and use it in GitHub Desktop.
Save TalhaMangarah/f35856192d82375097afdd0adc8dd3cf to your computer and use it in GitHub Desktop.
Sonarr/Radarr Import List sync via API
#!/usr/bin/env bash
curl --request POST \
--url 'http://SONARR:SONARRPORT/api/v3/command?apikey=YOURAPIKEY' \
--header 'Content-Type: application/json' \
--data '{"name": "ImportListSync"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment