api-authorization | R Documentation |
These are the routes for authing the API and going through the OAuth flow. Applications utilizing the personal API token do not need these functions.
cu_get_access_token(client_id, client_secret, code, cu_token = NULL)
cu_get_authorized_user(cu_token = NULL)
cu_get_authorized_teams(cu_token = NULL)
client_id |
Oauth app client id. |
client_secret |
Oauth app client secret. |
code |
Code given in redirect URL. |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
A cu object.
cu for the cu object class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.