Use the Simplifier API Key for access API
Use the following example for access the api
Curl Example:
curl -X POST 'https://your.simplifier.url/client/2.0/connector/myConnector/myConnectoCall' \ -H 'Content-Type: application/json' \ -H 'SimplifierApiKey: <YourAPIKey>' \ -H 'SimplifierToken: <YourSimplifierToken>' \ --data-raw $'{}' \ --compressed