Authentication Method
The Oura plugin uses API key authentication.api_key(default) — Personal access token for the Oura Cloud API
Personal Access Token
Step 1: Register an Application
- Sign in to Oura Cloud with your Oura account.
- Open the developer / OAuth section (typically Personal Access Tokens or API Applications — see Oura API documentation for the current path).
- Create a new personal access token or OAuth application, following Oura’s steps to generate a token with the scopes you need (sleep, activity, readiness, etc.).
Step 2: Copy the Token
Copy the token when it is displayed. Treat it like a password. Storing credentials:Webhook Secret
If you configure Oura webhooks that sign requests, copy the signing secret from Oura’s webhook or subscription settings and store it for verification in Corsair.Required Credentials Summary
| Credential | Required for | Where to find |
|---|---|---|
| Personal access token | api_key auth | Oura Cloud → developer / token settings |
| Webhook secret | Webhooks (if used) | Oura webhook configuration |