whoop_connect
Exchange the OAuth code from the redirect URL for tokens, store them in Postgres, and return the connected user's summary.
Instructions
Finish connecting: exchange the OAuth code from the redirect URL for tokens, store them in Postgres, and return the connected user's summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The `code` query parameter from the OAuth redirect URL. |