Authorization

The Onehub API uses OAuth 2.0 Draft 10arrow-up-right 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 existing OAuth 2 libraryarrow-up-right in your language of choice.

circle-exclamation

Supported OAuth 2.0 Grant Types

Authorization

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 found herearrow-up-right.

Password

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 found herearrow-up-right.

Authorization Endpoint

https://ws-api.onehub.com/oauth/authorize

Password Grant Examples

Last updated

Was this helpful?