Account Request URL
-Base Endpoint
https://www.fivecrm.com/downloads/apitechnicalreferencev2.pdf#:~:text=This%20API%20endpoint%20is%20available%20to%20all,API%20endpoint%20url%20is%20as%20follows:%20/api2.php.
Task
Create a new task.
api/v1/tasks
subject, description, tags, due_date, importance, task_status
Task
List all tasks.
api/v1/tasks
page_size, page_number, sort_by, sort_order
Task
Update a task.
api/v1/tasks/{task_id}
subject, description, tags, due_date, importance, task_status
Task
Delete a task.
api/v1/tasks/{task_id}
Task
Get a task by ID.
api/v1/tasks/{task_id}
Note
Create a new note.
api/v1/notes
title, body, tags, created_at, updated_at
Note
List all notes.
api/v1/notes
page_size, page_number, sort_by, sort_order
Note
Update a note.
api/v1/notes/{note_id}
title, body, tags, created_at, updated_at
Note
Delete a note.
api/v1/notes/{note_id}
Note
Get a note by ID.
api/v1/notes/{note_id}
Opportunity
Create a new opportunity.
api/v1/opportunities
name, description, stage, probability, amount, close_date, expected_revenue, tags
Opportunity
List all opportunities.
api/v1/opportunities
page_size, page_number, sort_by, sort_order
Opportunity
Update an opportunity.
api/v1/opportunities/{opportunity_id}
name, description, stage, probability, amount, close_date, expected_revenue, tags
Opportunity
Delete an opportunity.
api/v1/opportunities/{opportunity_id}
Opportunity
Get an opportunity by ID.
api/v1/opportunities/{opportunity_id}
Lead
Create a new lead.
api/v1/leads
name, email, phone, company, tags, status, source, created_at, updated_at
Lead
List all leads.
api/v1/leads
page_size, page_number, sort_by, sort_order
Lead
Update a lead.
api/v1/leads/{lead_id}
name, email, phone, company, tags, status, source, created_at, updated_at
Lead
Delete a lead.
api/v1/leads/{lead_id}
Lead
Get a lead by ID.
api/v1/leads/{lead_id}
Contact
Create a new contact.
api/v1/contacts
name, email, phone, company, tags, created_at, updated_at
Contact
List all contacts.
api/v1/contacts
page_size, page_number, sort_by, sort_order
Contact
Update a contact.
api/v1/contacts/{contact_id}
name, email, phone, company, tags, created_at, updated_at
Contact
Delete a contact.
api/v1/contacts/{contact_id}
Contact
Get a contact by ID.
api/v1/contacts/{contact_id}
Company
Create a new company.
api/v1/companies
name, website, phone, address, tags, created_at, updated_at
Company
List all companies.
api/v1/companies
page_size, page_number, sort_by, sort_order
Company
Update a company.
api/v1/companies/{company_id}
name, website, phone, address, tags, created_at, updated_at
Company
Delete a company.
api/v1/companies/{company_id}
Company
Get a company by ID.
api/v1/companies/{company_id}
User
Create a new user.
api/v1/users
name, email, password, role, created_at, updated_at
User
List all users.
api/v1/users
page_size, page_number, sort_by, sort_order
User
Update a user.
api/v1/users/{user_id}
name, email, password, role, created_at, updated_at
User
Delete a user.
api/v1/users/{user_id}
User
Get a user by ID.
api/v1/users/{user_id}
Activity
Create a new activity.
api/v1/activities
type, subject, description, start_date, end_date, tags, created_at, updated_at
Activity
List all activities.
api/v1/activities
page_size, page_number, sort_by, sort_order
Activity
Update an activity.
api/v1/activities/{activity_id}
type, subject, description, start_date, end_date, tags, created_at, updated_at
Activity
Delete an activity.
api/v1/activities/{activity_id}
Activity
Get an activity by ID.
api/v1/activities/{activity_id}
Project
Create a new project.
api/v1/projects
name, description, tags, start_date, end_date, created_at, updated_at
Project
List all projects.
api/v1/projects
page_size, page_number, sort_by, sort_order
Project
Update a project.
api/v1/projects/{project_id}
name, description, tags, start_date, end_date, created_at, updated_at
Project
Delete a project.
api/v1/projects/{project_id}
Project
Get a project by ID.
api/v1/projects/{project_id}
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.