Difference between revisions of "API Configuration"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 10: Line 10:
= See also =
= See also =
* [[MOR API]]
* [[MOR API]]
* [[Invalid API secret key]]

Revision as of 04:56, 2 December 2011

SETTINGS –> Setup –> Settings –> API

  • Allow API - should we enable API?
  • Allow GET API - should we allow GET method to be used for API? Good for testing - but do not use in production! It is unsafe.
  • API Secret Key - key to generate Hash
  • XML API Extension - send XML output with <HTML> tag - this is used for broken .Net support, keep it unchecked if everything works for you
  • Allow API Login Redirect - if login is successful the customer will be redirected to MOR billing Main site.


See also