Difference between revisions of "API keys"

From Hornbill
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
This document can now be found at its new location in the [https://docs.hornbill.com/esp-config/integration/api-keys/ Hornbill Document Library].
 +
 +
[[file:hornbill-document-library.png|API Keys|link=https://docs.hornbill.com/esp-config/integration/api-keys/]]
 +
 +
<!--
 
{{breadcrumb|[[Main Page|Home]] > [[Configuration]] > [[Platform Configuration]] > [[Users]] > [[User Account]] > API Keys|Configuration}}
 
{{breadcrumb|[[Main Page|Home]] > [[Configuration]] > [[Platform Configuration]] > [[Users]] > [[User Account]] > API Keys|Configuration}}
 
{{Section|
 
{{Section|
Line 34: Line 39:
 
:: <b>session:*</b> - will allow any API in the session service
 
:: <b>session:*</b> - will allow any API in the session service
 
:: <b>session:getSessionInfo</b> - will allow this API  
 
:: <b>session:getSessionInfo</b> - will allow this API  
:: <b>session:get*</b> - will allow any API whos name starts with 'api' in the session service
+
:: <b>session:get*</b> - will allow any API whos name starts with 'get' in the session service
 
::<br>         
 
::<br>         
 
:: <b>apps/com.hornbill.core/*</b> will allow all com.hornbill.core defined API's
 
:: <b>apps/com.hornbill.core/*</b> will allow all com.hornbill.core defined API's
Line 47: Line 52:
 
{{TOP}}
 
{{TOP}}
 
[[Category:Configuration]][[Category:How To - Integration]]
 
[[Category:Configuration]][[Category:How To - Integration]]
 +
 +
<!-- http://localhost:3000/esp-config/integration/api-keys -->
 +
[[Category:HDOC]]

Latest revision as of 18:04, 10 April 2024

This document can now be found at its new location in the Hornbill Document Library.

API Keys