Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document describes what AffinityLive 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

AffinityLive Accelo endpoints follow the base URI structure,

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

 A sample base URI for a user on your deployment.

Code Block
languagebash
https://sample.api.accelo.com/api/

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

Code Block
languagebash
https://sample.api.accelo.com/api/v0/companies.json

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