Developer APIs
Introduction
ARM provides a comprehensive set of APIs for developer/product_manager to integrate ARM with their 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:
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.
Configure your projects within AutoRABIT before using the API.
Last updated