Main public logs

Combined display of all available logs of SimplyBook.me. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:20, 15 May 2025 Admin talk contribs created page Translations:User API guide/44/da (Created page with "== '''Autorisation fra serversiden''' == <br><br> '''Hent token-nøglen.''' <br><br> <nowiki>$loginClient = new JsonRpcClient('https://user-api.simplybook.me' . '/login/'); $token = $loginClient->getUserToken(YOUR_COMPANY_LOGIN, YOUR_USER_LOGIN, YOUR_USER_PASSWORD);</nowiki> <br><br> '''Initialisering af JSON-RPC-klient.''' <br><br> <nowiki>$client = new JsonRpcClient('https://user-api.simplybook.me' . '/admin/', array( 'headers' => array( 'X-Company-Login: ' . Y...")