Get company info
documentedReturn detailed information about a specific company.
POST /catalogCatalogueno 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/catalog" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-Company-Login: {{SIMPLYBOOK_COMPANY_LOGIN}}" \
-H "X-Token: {{SIMPLYBOOK_TOKEN}}" \
-d '{"jsonrpc": "2.0", "method": "getCompanyList", "params": {"filter": {{$filter}}, "from": {{$from}}, "limit": {{$limit}}}, "id": 1 }'