Developer Resources

REST API

Powerful REST API for integrating Auto Form CRM with your apps and building custom solutions.

Quick Start

The Auto Form CRM REST API allows you to interact with your CRM data programmatically. All requests must be authenticated using API tokens.

# Base URL
https://yoursite.com/wp-json/auto-form-crm/v1/
# Authentication
Authorization: Bearer YOUR_API_TOKEN
# Example Request
curl -X GET "https://yoursite.com/wp-json/auto-form-crm/v1/contacts" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Secure Authentication

Token-based authentication with fine-grained permission control.

RESTful Design

Standard REST conventions with JSON responses.

Rate Limiting

Fair usage limits to ensure API reliability for everyone.

Available Endpoints

Complete API reference for all Auto Form CRM resources.

Contacts

GET/contactsList all contacts
GET/contacts/{id}Get single contact
POST/contactsCreate new contact
PUT/contacts/{id}Update contact
DELETE/contacts/{id}Delete contact

Deals

GET/dealsList all deals
GET/deals/{id}Get single deal
POST/dealsCreate new deal
PUT/deals/{id}Update deal
DELETE/deals/{id}Delete deal

Tasks

GET/tasksList all tasks
GET/tasks/{id}Get single task
POST/tasksCreate new task
PUT/tasks/{id}Update task
DELETE/tasks/{id}Delete task

Email Campaigns

GET/campaignsList all campaigns
POST/campaignsCreate campaign
POST/campaigns/{id}/sendSend campaign
GET/campaigns/{id}/statsGet campaign stats

How to Get Your API Token

  1. 1Log into your WordPress dashboard and navigate to Auto Form CRM → Settings
  2. 2Go to the "API" tab and click "Generate New Token"
  3. 3Give your token a name and set the appropriate permissions
  4. 4Copy the token and store it securely - it won't be shown again!

Ready to Build Something Amazing?

Start using the API today and integrate Auto Form CRM with your favorite tools.