Documentation
Sign In

Anchor CRM API Documentation

Build powerful integrations with the Anchor CRM API. Access companies, contacts, deals, tasks, time tracking, and more.

Features

RESTful API

Standard HTTP methods and JSON responses

Scoped API Keys

Fine-grained access control with 22 permission scopes

Real-time Data

Access companies, contacts, deals, and more

Enterprise Security

Industry-standard authentication and encryption

Quick Start

  1. Create an API Key - Go to Settings → API Keys to generate a key with the scopes you need.
  2. Make your first request - Use your API key to authenticate:
curl -X GET "https://your-domain.com/api/companies" \
  -H "Authorization: Bearer YOUR_API_KEY"

API Resources

Authentication

All API requests require authentication using an API key. You can create and manage API keys from your API Keys settings page.

Include your API key in requests using one of these methods:

Authorization Header (Recommended)

Authorization: Bearer YOUR_API_KEY

X-API-Key Header

X-API-Key: YOUR_API_KEY

Interactive Documentation

Explore and test the API using our interactive Swagger UI documentation.

Base URL

https://your-domain.com/api