Make sure you click “Allow” or “Accept” on the permission popup
Double check your Account has the correct permissions
Check out our help docs for more information
Using a self-hosted version of Ghost 1.22.2
When opening this URL directly in the browser, I get:
{“errors”:[{“message”:“Resource not found”,“errorType”:“NotFoundError”}]}
It’s saying that Zapier’s servers were unable to reach your blog. This is unlikely to be a problem within Ghost so you need to double check your hosting setup to ensure that your API routes are available on HTTPS, they’re open for external hosts and that you’re not filtering any specific HTTP verbs such as POST.
That’s expected because there’s no GET endpoint for that URL, you can only POST to it.