Sign in

Add promotion review

documented

Submit a new review for a promotion.

POST /catalogCatalogueno implementation yet0 runs
No 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 }'
Add promotion review · SimplyBook.me · OpenIntegrations