Authentication
The Canva Connect APIs for managing OAuth tokens.
The oauth
endpoints enable you to generate, refresh, introspect, and revoke access tokens for your integration. The endpoints implement the OAuth 2.0 Authorization Code flow with Proof Key for Code Exchange (PKCE). For more information, see Authentication.
Authentication APIs
- Generate an access token: Generate access tokens to access the Connect APIs.
- Introspect an access token: Introspect a token to see its validity and properties.
- Revoke a token: Revoke a token and its lineage.