Get company param
documentedReturn a specific company config value.
POST /Companyno 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://user-api.simplybook.me/" \
-X POST \
-H "X-Company-Login: {{$company_login}}" \
-H "X-Token: {{$simplybook_token}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"jsonrpc":"2.0","method":"{{$method}}","params":{{$params}},"id":1}'