API Socks
API Connections without needing to Reverse Proxy Services
Summary
Do you need access to a services API through WAN but don't want to reverse proxy it? Organizr can help with that... All you need to do is, enable that option under that Services homepage item. After that, you are off to the races.
Supported Apps
Application | Supports Multiple Servers |
Sonarr | Yes |
Radarr | Yes |
Lidarr | Yes |
Tautulli | Yes |
SabNZBd | No |
NZBGet | No |
qBittorrent | No |
URL Endpoints
Make sure to replace the corresponding fields
Field | Value |
{ORGANIZR_DOMAIN} | Domain of your Organizr instance |
{SERVICE} | Supported Application |
I.E.
Example API Call
API Socks
GET
https://demo.organizr.app/api/v2/socks/sonarr/api/system/status?apikey=sonarrAPIkey
Calls Sonarr's API
Path Parameters
Name | Type | Description |
---|---|---|
apikey | string | Sonarr's API Key |
Headers
Name | Type | Description |
---|---|---|
Token | string | Organizr's API Key |
Last updated