Introduction
  • 23 Mar 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Introduction

  • Dark
    Light
  • PDF

Article Summary

ARM provides a comprehensive set of APIs for developer/product_manager to integrate ARM with their own platform.

The ARM API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

For all APIs as <BASE-ORG-URL> please use the URL of the ARM organization instance where you want to integrate your data.

For example: if you are using https://pilot.autorabit.com, your <BASE-ORG-URL> will be pilot.autorabit.com


To get started, you need to:

  1. Obtaining your access token: To interact with the API, you need to have a unique, personal access token, which is used to authenticate yourself within the API.
  2. Configure your projects within AutoRABIT before using the API.

Was this article helpful?

What's Next