REST API

A REST API allows computer programs to interact with each other by using web technology. The Automic REST APIs enable other programs to query information or trigger actions in Automic Products.

A REST API allows you to make requests for resources on a web server which, in turn, returns responses containing the requested information. Calls to REST API endpoints can be made with almost any programming language.

REST APIs use HTTP/HTTPS as the transport protocol and do not follow a standard message format, the message specifications are only to be found in the corresponding reference.

Automic has the following REST APIs:

See also: