View Categories

API tokens

2 min read

API tokens #

API tokens allow you to securely connect external systems such as websites, plugins, and third-party applications to your account.

They are required for integrations like WordPress, WooCommerce, or custom API-based connections.


When to use API tokens #

Use API tokens when you need to:

  • Connect your website or application
  • Enable external integrations
  • Send data into the system (contacts, events, triggers)
  • Automate workflows using external systems

Before you start with API tokens #

Make sure:

  • You have CompanyAdmin access
  • You understand how the external system will use API tokens
  • You are connecting a trusted application

For permission details, see:
๐Ÿ‘‰ User roles and permissions


How to create API tokens #

To generate API tokens:

  1. Go to Settings โ†’ API tokens
  2. Click Generate token
  3. Enter:
  • Token name (for identification)
  • Associated site or system
  1. Click Generate
  2. Copy the API token immediately

โš ๏ธ API tokens are shown only once after creation.


How to manage API tokens #

To manage API tokens:

  1. Go to Settings โ†’ API tokens
  2. View the list of existing tokens
  3. You can:
  • Revoke tokens
  • Identify tokens by label
  • Monitor usage (if available)

What happens after creating API tokens #

  • The token can be used to authenticate API requests
  • External systems can send or receive data
  • Tokens remain active until revoked

Common issues with API tokens #

API tokens not working #

Possible causes:

  • Incorrect token copied
  • Token expired or revoked
  • Wrong API endpoint used

How to fix:

  1. Generate a new API token
  2. Replace it in your external system
  3. Verify API endpoint configuration

Unauthorized access errors #

Possible causes:

  • Invalid API tokens
  • Missing permissions
  • Request format issues

How to fix:

  • Check token validity
  • Ensure proper authentication headers
  • Review integration setup

Security best practices for API tokens #

  • Never share API tokens publicly
  • Store API tokens securely
  • Use separate tokens for different systems
  • Revoke unused API tokens regularly

Related guides #

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top