Skip to main content
This guide walks you through everything you need to go from zero to a live Doohick integration. By the end, you’ll have a verified account, a working API key, and a successful API response — ready to build on top of.
1

Create your account

Navigate to app.doohick.com and click Sign Up. Enter your name, work email address, and a strong password, then submit the form.Check your inbox for a verification email from Doohick and click the confirmation link. Your account is active as soon as you verify.
2

Get your API key

Once you’re logged in, go to Settings → API Keys and click Generate new key. Give the key a descriptive name (for example, local-dev or production) and click Create.Copy your new key immediately — it is only shown once. Your API key follows this format:
Store it somewhere secure, such as an environment variable or a secrets manager. Never commit it to source control.
3

Make your first API call

With your key in hand, run the following command in your terminal, replacing the placeholder with your actual key:
A successful response returns the authenticated user’s profile:
If you receive a 401 Unauthorized error, double-check that you copied the full key and that it hasn’t been revoked under Settings → API Keys.
4

Explore the dashboard

Log back in to app.doohick.com to explore your analytics overview, manage users and resources, and configure the integrations your team depends on. The dashboard gives you a real-time view of everything happening in your workspace.
Ready to go deeper? The API Reference documents every available endpoint, request parameter, and response schema so you can build out your integration with confidence.