githubEdit

Developer APIs

Introduction

ARM provides a comprehensive set of APIs for developers and product managers to integrate ARM with their platform.

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

For all APIs as <BASE-ORG-URL>, please use the URL of the ARMarrow-up-right 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. Obtain your access token: To interact with the API, you need to have a unique, personal access token, which is used to authenticate yourself in the API.

  2. Configure your projects within AutoRABIT before using the API.

Last updated

Was this helpful?