Quick Started

Easily integrate with the DoubleTick API to manage customer interactions, team permissions, and webhooks. This guide walks you through creating your account, generating an API key, and setting up your first API call. πŸš€

Overview

Seamlessly integrate with the DoubleTick API for customer interactions, team management, and webhooks. This guide helps you set up your account, generate an API key, and make your first API call. πŸš€

Step 1. Login

The first step in building a seamless and user-friendly experience with the DoubleTick API is creating your project. To get started, you'll need to generate an API key, which serves as a secure authentication token. This key allows your application to interact with DoubleTick’s services and access the full range of API functionalities.

<https://web.doubletic.io/login>

https://web.doubletic.io/login

Step 2. Generate your API key

  • Navigate to the sidebar and click on Settings to proceed.
  • Scroll down and select the Developer API option to generate your API key
  • Click on Generate API Key

This will generate a unique API key tied to your account.

  • Copy the generated key and store it in a secure location. This will be required for all API requests.
Get Your Own API Key

Get Your Own API Key

Nice work! Now that you've generated your API key, you'll be redirected to the Home page of your DoubleTick Dashboard. Next, let's create your first API call and kickstart your application!

Security Guidelines

Your API key is a sensitive piece of information that should be treated like a password. Here are a few tips to keep it safe:

  • Never hard-code your API key in your codebase. Use environment variables or a secrets manager.
  • Avoid sharing your API key publicly, and be cautious when sharing code or documentation that may reveal it.

What’s Next

Next, dive into Outgoing Messages to explore sending WhatsApp messages with DoubleTick API