Easy Tech Tuts
ClickUp

How to Get ClickUp API Token Easily 2026

By Impran M N

Connecting external automation tools like Make or Zapier to ClickUp, or writing your own scripts against its API, starts with a personal token. This guide covers where to find the Apps section in your account settings, how to generate a secure token beginning with pk_, and best practices for keeping that key safe once you have it.

01Open your account settings

Click your profile avatar and launch the Settings dashboard to access your personal account preferences.

02Find the Apps section

Scroll down the left management sidebar and click on the Apps node to reach the token management area.

03Generate a new token

Locate the Personal API Token module and click Generate to instantly create a new secure access key.

04Name your token

Give the token a clear name so you can track which third-party automation or script it's connected to.

05Copy the token

Click the copy icon to save the token string to your clipboard, then store it somewhere secure rather than pasting it into code directly.

06Test it in a request

Use a tool like Postman to pass the token in the Authorization header and run a test API call to confirm the connection works.

FAQ

Frequently asked questions

What's the difference between a personal token and an OAuth app?

A personal token, which starts with pk_, is tied to your individual account for quick scripting, while OAuth apps are built for multi-user integrations that other people can authorize separately.

Is it safe to hard-code my API token in a script?

No, it's safer to store your token in an environment variable rather than hard-coding it directly into your script, since hard-coded keys are easy to accidentally expose.

What happens if I regenerate my token?

Regenerating creates a new key and invalidates the old one, so any script or integration using the previous token will need to be updated.

Are there rate limits on ClickUp API requests?

Yes, ClickUp enforces specific rate-limit parameters that vary depending on your workspace's plan tier.

Watch the full walkthrough

The same steps, demonstrated on screen from start to finish.