ABM API

Integration with ABM via REST API

Apart from GUI, it is also possible to build predictive models and score data in ABM via REST API. Check out ABM API documentation for additional information.

Generating ABM API key

The API key is used for authentication of the system that uses ABM API.

In order to generate it, go to the Homepage and choose API from the menu.

_images/ABMAPI1.jpg

Now click the Create api key button.

_images/ABMAPI2.jpg

And then the Show button.

_images/ABMAPI3.jpg

Finally, copy ABM API key

_images/ABMAPI4.jpg

and paste it in the heading (named ‘Authorization’) of a HTTP query. The heading should have a ‘Bearer $s’ value. Replace ‘$s’ with the generated API key.