Troubleshooting Reddit API 401 Error with Lindy Agent Connection
Continue to get a 401 error when attempting to connect through my Reddit API. Curl is working cleanly and pulling credentials and threads but Lindy Agent cannot navigate the login. Is Lindy designed to connect to Reddit in a specific manner? I am using:
- a.
Step 1: POST to /api/v1/access_token with client_id/secret (in Basic header) and your Reddit username/password in the body → returns { "access_token": ... }.
- b.
Step 2: Use that token with Authorization: bearer … to hit Reddit endpoints like /api/v1/me or /search.