Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information to the readme about how to get your user Id and workspace id from ClickUp #3

Open
osvald0 opened this issue Jan 24, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@osvald0
Copy link
Owner

osvald0 commented Jan 24, 2025

Basically, add this information:

How to Find Your User ID and Workspaces

Find Your User ID

curl -X GET "https://api.clickup.com/api/v2/user" \
-H "Authorization: YOUR_API_TOKEN"

Find Your Workspaces (Teams)

curl -X GET "https://api.clickup.com/api/v2/team" \
-H "Authorization: YOUR_API_TOKEN"
@osvald0 osvald0 added the documentation Improvements or additions to documentation label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant