Agile CRM REST API

HTTPS-only REST API for managing contacts, companies, deals, campaigns, tasks, notes, and tickets in Agile CRM. Authentication uses HTTP Basic auth with the account email as username and the REST client API key as password.

API entry from apis.yml

apis.yml Raw ↑
aid: agile-crm:rest-api
name: Agile CRM REST API
description: HTTPS-only REST API for managing contacts, companies, deals, campaigns, tasks, notes, and
  tickets in Agile CRM. Authentication uses HTTP Basic auth with the account email as username and the
  REST client API key as password.
humanURL: https://www.agilecrm.com/api
baseURL: https://{domain}.agilecrm.com/dev
tags:
- Contacts
- Companies
- Deals
- Campaigns
- Tasks
- Tickets
properties:
- type: Documentation
  url: https://www.agilecrm.com/api
- type: GitHub
  url: https://github.com/agilecrm/rest-api
- type: README
  url: https://github.com/agilecrm/rest-api/blob/master/README.md