G
/Docs/CRM/API Reference
Start Free

SkunkCRM API Reference

Complete REST API documentation for SkunkCRM. Build integrations, automate workflows, and extend your CRM with 264 endpoints across 23 categories.

View as plain text (for LLMs)

Quick Start

Authentication

Use HTTP Basic Authentication with your WordPress username and an Application Password.

curl https://yoursite.com/wp-json/skunkcrm/v1/contacts \
  -H "Authorization: Basic YOUR_CREDENTIALS"

Create Application Passwords in WordPress: Users → Profile → Application Passwords

Base URLs

Free and Pro plugins use different namespaces:

Free Plugin
/wp-json/skunkcrm/v1/
Pro Plugin
/wp-json/skunkcrm-pro/v1/

API Resources