Hi all,
I am trying to get data from Rydoo into my n8n workflow. To do so, I want to use the HTTP request module in connection with Oauth2. However, I am unable to properly set up Oauth2. I have tried the following settings:
- Method: GET
- URL: https://api.rydoo.com/v2/expenses/exported
- Authentication: Generic Credential Type
- Generic Auth Type: OAuth2 API
- Credential for Oauth2 API: NEW CREDENTIAL
-
Grant type: Client Credentials
-
Access Token URL: https://accounts.rydoo.com/connect/token
-
Client ID: MY CLIENT ID
-
Client Secret: MY CLIENT SECRET
-
Scrope: expenses:read expenses:write
-
Authentication: HEADER
However, whenever I sent a test request, a generic HTML page is returned instead of the actual data of the endpoint.
Find below my workflow
Output of the last node (i.e. the generic HTML)
My n8n setup
- n8n version: 1.38.2
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
Thanks so much for your help!