Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated outdated affinitylive.com links

...

Forming the URL

AffinityLive endpoints follow the base URI structure,

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

 A sample base URI for a user on your deployment.

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

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

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

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