Sign in

Get user token

documented

Return a user-level token for the company (admin/catalogue access context).

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}}\"}'
Get user token · SimplyBook.me · OpenIntegrations