<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Unable to access Joplin Server API]]></title><description><![CDATA[<p dir="auto">I'm trying to use the Joplin Data API, but I'm not getting anywhere. I am using the firewall my VPS provider has, and I made sure to accept inbound TCP requests to port 41184 per the <a href="https://joplinapp.org/api/references/rest_api/" target="_blank" rel="noopener noreferrer nofollow ugc">Joplin docs</a>. I also added it to the whitelist per the <a href="https://docs.cloudron.io/networking/#whitelist-ports" target="_blank" rel="noopener noreferrer nofollow ugc">Cloudron docs</a>. This did not resolve the issue. Any idea what I could be missing? Thanks in advance.</p>
]]></description><link>https://forum.cloudron.io/topic/7129/unable-to-access-joplin-server-api</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 12:25:22 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/7129.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 31 May 2022 01:21:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to access Joplin Server API on Tue, 31 May 2022 14:06:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fbartels" aria-label="Profile: fbartels">@<bdi>fbartels</bdi></a>, you are correct. I read that and used the app to start the Web Clipper service, but I was under the impression that I was starting the Web Clipper on the Joplin server. Instead, it starts up a service on the client or workstation running the Joplin app. I don't think the wording is as "direct" or clear as it could be. Thanks.</p>
]]></description><link>https://forum.cloudron.io/post/48861</link><guid isPermaLink="true">https://forum.cloudron.io/post/48861</guid><dc:creator><![CDATA[colonelpanic]]></dc:creator><pubDate>Tue, 31 May 2022 14:06:12 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access Joplin Server API on Tue, 31 May 2022 06:21:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/colonelpanic" aria-label="Profile: colonelpanic">@<bdi>colonelpanic</bdi></a> said in <a href="/post/48818">Unable to access Joplin Server API</a>:</p>
<blockquote>
<p dir="auto">Joplin Data API</p>
</blockquote>
<p dir="auto">I think there is a misunderstanding here. The described api is something that the desktop application of Joplin implements. It also says directly at the beginning of the page:</p>
<blockquote>
<p dir="auto">This API is available when the clipper server is running.</p>
</blockquote>
<p dir="auto">The server seems to only have a (delta) syncing api and not full rest access to the data.</p>
]]></description><link>https://forum.cloudron.io/post/48824</link><guid isPermaLink="true">https://forum.cloudron.io/post/48824</guid><dc:creator><![CDATA[fbartels]]></dc:creator><pubDate>Tue, 31 May 2022 06:21:15 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access Joplin Server API on Tue, 31 May 2022 02:56:30 GMT]]></title><description><![CDATA[<p dir="auto">does the API need to be enabled in the app config?<br />
env file perhaps?</p>
]]></description><link>https://forum.cloudron.io/post/48820</link><guid isPermaLink="true">https://forum.cloudron.io/post/48820</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 31 May 2022 02:56:30 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to access Joplin Server API on Tue, 31 May 2022 02:07:28 GMT]]></title><description><![CDATA[<p dir="auto">Update: I am able to access the endpoint GET /ping, but nothing else works. The rest of the endpoints (notes, tag, folders) just respond with:</p>
<pre><code class="language-json">{
	"error": "Path not found: api/notes"
}
</code></pre>
<p dir="auto">I tried with the following URLS:</p>
<ul>
<li><code>sub.domain.tld:41184/ping</code></li>
<li><code>sub.domain.tld/api/ping</code></li>
</ul>
<p dir="auto">The URL using <code>/api/ping</code> responds with:</p>
<pre><code class="language-json">{
	"status": "ok",
	"message": "Joplin Server is running"
}
</code></pre>
]]></description><link>https://forum.cloudron.io/post/48819</link><guid isPermaLink="true">https://forum.cloudron.io/post/48819</guid><dc:creator><![CDATA[colonelpanic]]></dc:creator><pubDate>Tue, 31 May 2022 02:07:28 GMT</pubDate></item></channel></rss>