Redirect URL
API reference for the "Redirect URL" endpoint.
When a user attempts to authenticate with an app, Canva begins the authentication flow by opening a pop-up window. This window:
- Redirects users to the app's Redirect URL.
- Appends query parameters to the Redirect URL.
You can configure an app's Redirect URL via the Developer Portal.
The query parameters include the user's ID, which the app can use to authenticate the user.
To learn more, refer to Authentication.
Request
Endpoint
GET <redirect_url>
bash
Query
Properties
Example
<redirect_url>?brand=<brand>&extensions=<extensions>&signatures=<signatures>&state=<state>&time=<time>&user=<user>
bash