Integrate RedFox CRM with your existing tools and workflows using our powerful REST API.
Sign up for a RedFox CRM account and generate your API key from the dashboard.
Use your API key to authenticate and start making requests to our endpoints.
Integrate our API into your applications and deploy your custom solutions.
All API requests require authentication using your API key. Include your API key in the Authorization header:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.redfoxcrm.com/v1/customers
/api/customers
Retrieve all customers
/api/customers
Create a new customer
/api/jobs
Retrieve all jobs
/api/jobs
Create a new job
/api/invoices
Retrieve all invoices
/api/invoices
Create a new invoice
Official JavaScript SDK
Official Python SDK
Official PHP SDK
Official Ruby SDK