Skip to main content
New Participant
January 5, 2021
Solved

How to create web api without authorization?

  • January 5, 2021
  • 1 reply
  • 1 view

the provided ur is not working

how to hit the url to display the content in DB

    Best answer by peter.lewis

    It isn't possible to have a web API that doesn't use authentication. Per the documentation, "If you wish to invoke an Appian Web API from another system, you must use either API key or basic authentication." There's more information in the Web API docs too.

    1 reply

    peter.lewis
    Participating Frequently
    January 5, 2021

    It isn't possible to have a web API that doesn't use authentication. Per the documentation, "If you wish to invoke an Appian Web API from another system, you must use either API key or basic authentication." There's more information in the Web API docs too.