Changes

Integration Key Management

36 bytes removed, 19:31, 22 September 2017
no edit summary
Integration keys can be retrieved from the Variable Processor via the following syntax. The ssGet variables will only get replaced when the api call is made and will not resolve directly on the source of a page. This prevents exposing the credentials to the end user.
<pre>@ssGet(APIKEY,<em>keyname</em>,username)@ returns the username from the "keyname" entry@ssGet(APIKEY,<em>keyname</em>,password)@ returns the password from the "keyname" entry
Example call:
fields - contain all the parameters you may need (required is "svc=restful")
exservice_call(false,"","svc=restful;;username=@ssGet(APIKEY,<em>keyname</em>,username)@ ;;password=@ssGet(APIKEY,<em>keyname</em>,password)@ ","http://api.com/")
</pre>
[[Category:Integration]] [[Category:System Integration]]
0
edits