Versions Compared

Key

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

Authenticating with

...

Accelo

AffinityLiveAccelo's API uses the OAuth 2.0 protocol and provides routines that cover web, service and installed application's authroization and authentication. It supports authorization code grants and client credential grants as necessary between the available API applications.

...

Code Block
https://bobs-burgers.api.accelo.com/oauth2/v0/authorize
Table of endpoints

 

ResourceDescription
GET /authorizeRequest Authorization from a user.
POST /tokenRequest an access token using a grant code or refresh token.

For more information regarding these endpoints, please see the appropriate application type authentication documentation.

Recommended Client Libraries

AffinityLive Accelo recommends developers use existing OAuth 2.0 libraries when intereacting with AffinityLiveAccelo's OAuth 2.0 endpoints due to the serious security implications of getting OAuth 2.0 correct.

...