Overview
This node interacts with the Oura API, specifically allowing users to perform HTTP GET requests with customizable query parameters. It is useful for retrieving data from the Oura service by specifying query parameters dynamically. For example, a user might want to fetch specific user data or activity logs by passing appropriate query parameters in the GET request.
Properties
Name | Meaning |
---|---|
Type of Data | Selects the type of data to send; currently only "Query" (query parameters) is supported. |
Query Parameters | Key-value pairs representing the query parameters to include in the GET request URL. |
Output
The node outputs JSON data returned from the Oura API corresponding to the GET request made with the specified query parameters. The output will be structured as standard JSON objects reflecting the API response. There is no indication that binary data is handled or output by this node.
Dependencies
- Requires an API authentication token credential for the Oura API.
- The base URL for requests is
https://oura.org
. - The node expects the environment to have access to the Oura API and valid credentials configured within n8n.
Troubleshooting
- Invalid or missing API credentials: Ensure that a valid API authentication token is provided; otherwise, requests will fail authorization.
- Incorrect query parameters: Passing invalid or unsupported query keys/values may result in errors or empty responses from the API.
- Network issues: Connectivity problems to
https://oura.org
will cause request failures. - API changes: If the Oura API changes its endpoints or expected parameters, the node configuration may need updating.
Links and References
- Oura API Documentation (for detailed information on available endpoints and query parameters)