Skip to main content
September 16, 2021
Question

Web API Calling

  • September 16, 2021
  • 2 replies
  • 0 views

Team,

Any solution for below ?

We are calling Appian environment API from another Appian environment using integration.

Way we access destination system out side of network , first we will be taken to multi layer authentication and based on correct username password and mobile token we will be ale to access appian URL.

Not how to call API from source because when i am passing API URL it is saying success but going to multi layer authentication , how to bypass it ?

    2 replies

    stefanhelzle0001
    Brainy
    September 16, 2021

    Seems like your user is in the SAML/SSO group.

    For API calls your typically use service accounts with API Keys.

    September 16, 2021

    To be more precise , let says destination system URL is https://abc/suite/ now when you access it out side of company network first it goes to another UI where you have to enter username and password which genrated a mobile token once approved it takes you to https://abc/suite/  .

    Now i need to call https://abc/suite/api from source system