Create authorization URL
documentedDirect users to Canva's OAuth authorization endpoint for user consent.
GET /api/oauth/authorizeAuthenticationno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.canva.com/api/oauth/authorize?code_challenge={{code_challenge}}&code_challenge_method=s256&scope={{scope}}&response_type=code&client_id={{CANVA_CLIENT_ID}}&state={{state}}&redirect_uri={{CANVA_REDIRECT_URI}}" \
-X GET \
-H "Accept: application/json"