Emakin Rest Services¶
Emakin offers infrastructure services that enable seamless integration with other applications, in addition to its process-based services.
These services can be accessed via the URL: "http(s)://
Authentication¶
To execute infrastructure service calls, an API Key is required, which can be obtained from the system administrator.
Some methods also require the logonId
and logonProvider
parameters to act on behalf of a user. The logonProvider
specifies the registered Open Authentication provider. If Emakin's default login system is used, this can be specified as 'Organization.' The logonId
may vary depending on the provider; for example, if Active Directory is used, the logonId
would be the Windows login username.
Token-generating login methods always return tokens within the scope of the registered API Key.