Authorization
Last updated
Was this helpful?
Last updated
Was this helpful?
The Onehub API uses for both authorization and authentication. Authorize your account when using the API by including your client ID and secret along with your preferred OAuth 2 authorization method.
We recommend using an in your language of choice.
All API requests must be made over . Requests made over plain HTTP will results in an . Requests made without authorization will also result in an .
Primarily used in the context of integrating your app with Onehub and allowing users to grant it access to their data via a web-based authorization flow. More information on this grant type can be .
Used for directly authenticating as a user. Use this grant type if you want to access your own Onehub data via the API. More information on this grant type can be .