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.
Usage
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)Arguments
- 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
CU_PATenvironment variable is used whenNULL.
See also
cu for the cu object class.