Skip to content

Manage API access and keys Last updated: Sep 27, 2026

Use the Vertask API to connect other tools (Zapier, Postman, your own scripts) to your workspace.

Turn on API access

  1. Go to Settings > Integrations & Add-ons > API.
  2. Turn on Enable API Access.

Create a key

  1. Under New Key, enter a name that says what the key is for (for example, "Zapier").
  2. Click Generate and copy the key.

Your Workspace ID is shown on the same page. Requests authenticate with Basic auth: your Workspace ID as the username and the API key as the password. The page shows a ready-to-copy Authorization header.

Manage keys

  • Your API Keys lists each key with its prefix, created date, last used date, and status.
  • Click Void to revoke a key. Anything using it stops working.
  • Recent API Activity shows recent calls with endpoint, key, status, and IP.
  • Links to API Documentation and Access Logs are at the bottom of the page.

A key has the same permissions as the agent who created it. You need permission to edit the company to change API settings. Once API access is enabled, each agent can generate their own key.