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"
-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 contactsGET
/contacts/{id}Get single contactPOST
/contactsCreate new contactPUT
/contacts/{id}Update contactDELETE
/contacts/{id}Delete contactDeals
GET
/dealsList all dealsGET
/deals/{id}Get single dealPOST
/dealsCreate new dealPUT
/deals/{id}Update dealDELETE
/deals/{id}Delete dealTasks
GET
/tasksList all tasksGET
/tasks/{id}Get single taskPOST
/tasksCreate new taskPUT
/tasks/{id}Update taskDELETE
/tasks/{id}Delete taskEmail Campaigns
GET
/campaignsList all campaignsPOST
/campaignsCreate campaignPOST
/campaigns/{id}/sendSend campaignGET
/campaigns/{id}/statsGet campaign statsHow to Get Your API Token
- 1Log into your WordPress dashboard and navigate to Auto Form CRM → Settings
- 2Go to the "API" tab and click "Generate New Token"
- 3Give your token a name and set the appropriate permissions
- 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.