Web api key authentication for appian web api from appian

Hi 
   can we consume an appian web api of environment Axxxxxx in  appian environment Bxxxxx by using  web Api Key authentication? if so , how/where we need to pass webapiKey ? 

Thanks

Madhu

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Tim, While it works, I am not able to get it working by calling it in a local var

    E.g. My Web-API is being called using an integration object which in turn uses either basic auth or API key.

    When using basic auth, I am able to call the integration in a local var

    a!localVariable(

    local!a:rule!callIntegrationWebApi(params)

    {......})

    However, if the same interface is executed while using the API key, it does not execute but returns a smart service object as output.

    Do you have any info around this?

Children