Яндекс.Метрика

Token

Token explained

A secret key that authorizes requests to the Pachca API. You create it in your workspace settings, and bots and integrations use it

A token is a secret key for programmatic access. How tokens work:

  • You create them in your workspace settings
  • Each has its own scopes
  • You can create several for different integrations
  • They're easy to revoke if compromised

The token goes in the header of your API requests. Treat it like a password: never publish it in your code or share it with third parties.

Learn more in the Help center

Read the article →

Related terms