Does GoCanvas API v3 support OAuth?

Have more questions? Submit a request

This article is a high-level overview of OAuth 2.0 Client Credentials and Bearer authentication.

Admins can connect an OAuth application to their profile and create Bearer authentication tokens using API v3.


OAuth 2.0

Starting with API v3, GoCanvas now supports the OAuth 2.0 specified Client Credentials, which are documented in our API v3 documentation. This method of authentication provides an alternative to Basic Authentication.

Authentication: Bearer

OAuth 2.0 Client Credentials offer a short-lived token for API access. This token can then be passed in the Authorization HTTP header as a Bearer token authenticate requests instead of using username and password.

To use Bearer authentication, you must first create an OAuth application in your profile. Once you have created an OAuth Application, use the client_id and client_secret to obtain a short-lived token for Bearer Authentication. These OAuth Applications can also be revoked from the profile screen.

Did we answer your question?

We'd really appreciate your feedback! Please leave your suggestions for improvement in the comments or let us know what you're looking for so we can assist you better. We want to help, but we need to understand your needs!

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.