Login to Workbooks API
documentedAuthenticate to the Workbooks API to obtain a session for subsequent requests using an API key or user credentials.
POST /login.apiAuthenticationno 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://secure.workbooks.com/login.api" \
-X POST \
-A 'WorkbooksKeychains/1.0' \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'api_key={{WORKBOOKS_API_KEY}}' \
-d 'client=api' \
-d 'api_version=1' \
-d 'json=pretty'