Get user cadences
documentedReturn cadences belonging to the user. Optional query: username.
GET /apis/v1/user/{username}/cadencesCadencesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl 'https://api.klenty.com/apis/v1/user/{{$username}}/cadences?username={{$target_username}}' -X GET -H 'Content-Type: application/json' -H 'Accept: application/json' -H 'x-API-key: {{KLENTY_API_KEY}}'