Accessing resource endpoints

This document describes what Accelo resources are available when accessing the API. It assumes that all endpoints follow the base URI structure and are authenticated (has a valid Bearer token obtained during authentication).

If you haven't already done so, please read about authentication before proceeding.

Forming the URL

Accelo endpoints follow the base URI structure,

https://{deployment}.api.accelo.com/api/v0/{resource}

 A sample base URI for a user on your deployment.

https://sample.api.accelo.com/api/

A sample URI for a user on your deployment accessing companies.

https://sample.api.accelo.com/api/v0/companies.json

All Accelo API endpoints require a secure connection. Failing to do so will result in a page not found.