Get service URL
documentedReturn API URL for a given company login.
POST /Authenticationno 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/admin/auth\" \
-X POST \
-H \"Content-Type: application/json\" \
-H \"Accept: application/json\" \
-d '{\"company\": \"{{$company_login}}\", \"login\": \"{{$user_login}}\", \"password\": \"{{$user_password}}\"}'