AE Rest APIs

How to call Automation Edge Rest APIs through posman…??

Hello Ravi,

Check AE-server link & send GET request to the AE link through postman to get authenticate…
Also you can refer below topic discussion.

Regards,
Rohini
AE-Capability Building

Postman is a powerful HTTP client for testing web services. It is available as a Google Chrome Application (Extension ) as well as a desktop application.

AutomationEdge(AE) application uses custom authentication process. Before using any REST APIs, first you need to authenticate with AE server, get the session token and then use it for the subsequent REST calls.

Sample AE Authentication:
image

image

Sample AE Execution of workflow:
image

image

Regards,
Aishwarya