Translations:User API guide/41/nl: Revision history

From SimplyBook.me

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 May 2025

  • curprev 12:2212:22, 15 May 2025 Admin talk contribs 1,237 bytes +1,237 Created page with "= '''CLIENT API ([https://simplybook.me/api/doc#/admin OPENBARE DIENST VAN HET BEDRIJF]) AUTORISATIE''' = <br><br> == '''Autorisatie vanuit de code van de klant''' == <br><br> '''De token-sleutel ophalen'''. <br><br> <nowiki>var loginClient = new JSONRpcClient({ 'url': 'https://user-api.simplybook.me' + '/login', 'onerror': function (error) {}, }); var token = loginClient.getToken(YOUR_COMPANY_LOGIN, YOUR_API_KEY);</nowiki> <br><br> '''Initialisatie JSON-RPC-client.''..."