Sign in

Get token

documented

Return an access token for the company/application (uses company login + API key).

POST /Authenticationno 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/admin/auth\" \
  -X POST \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"company\": \"{{$company_login}}\", \"login\": \"{{$user_login}}\", \"password\": \"{{$user_password}}\"}'