Skip to content
English
  • There are no suggestions because the search field is empty.

How do I manage API credentials?

Create and manage API keys for programmatic access to TimeTac data

This article is for: Admin, Account owner

API credentials allow external applications to access your TimeTac data programmatically. Each set of credentials consists of an API key (client ID) and a client secret. You can create multiple API keys for different integrations.

Contents

Create an API key

Follow these steps

  1. Navigate to Company > API keys in the side menu.
  2. Click Add API key.
  3. Enter a name for the API key to identify its purpose.
  4. Click Continue.
  5. The Client ID and Client secret are displayed.

Warning: The client secret is only shown once when you create the API key. Copy and store it securely. You cannot retrieve it later.

View your API keys

All API keys are listed under Settings > API. For each key, you can see:

  • Name – the label you assigned
  • Client ID – the public identifier for the key
  • Expiration date – when the key expires (if applicable)

Note: The client secret is not displayed after creation. If you lose the secret, delete the key and create a new one.

Delete an API key

Follow these steps

  1. Navigate to Settings > API.
  2. Select the API key you want to remove.
  3. Click Delete.

Warning: Deleting an API key immediately revokes access for any application using it. Make sure no active integrations depend on the key before deleting it.

You now know how to create, view, and delete API credentials in TimeTac to enable secure programmatic access for external integrations.