How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keap Tasks API

Keap Task API — 19 operations across 9 paths on the Keap REST v2 contract, read from Keap's own published OpenAPI 3.1 document.

Keap Tasks API is one of 51 APIs that Keap publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Task. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 28 operations across 14 paths, and defines 36 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://api.infusionsoft.com/crm.

28 operations 14 paths 36 schemas 5 DELETE11 GET5 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.infusionsoft.com/crm/rest/v2
Authentication
OAuth 2.0
Contact
License
Terms of Service
Resource Areas
1

Authentication & Security 1

Keap Tasks API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the authorizationCode flow. By default, every request must be authenticated.

Paths & Operations 28

Across 14 paths, the API surfaces 28 operations — 5 DELETE, 11 GET, 5 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Task 28

Tasks-Endpoint

GET
/rest/v1/tasks/{taskId}
Retrieve a Task
getTask 1 param → 400401500403409404501405
PUT
/rest/v1/tasks/{taskId}
Replace a Task
updateTask 1 param body → 400401500403409404501405
DELETE
/rest/v1/tasks/{taskId}
Delete a Task
deleteTask 1 param → 400401500403409404501405
PATCH
/rest/v1/tasks/{taskId}
Update a Task
updatePropertiesOnTask 1 param body → 400401500403409404501405
POST
/rest/v1/tasks/model/customFields
Create a Custom Field
createTaskCustomField body → 400401500403409404501405
GET
/rest/v1/tasks
List Tasks
listTasks 4 params → 400401500403409404501405
POST
/rest/v1/tasks
Create a Task
createTask body → 400401500403409404501405
GET
/rest/v1/tasks/search
Search Tasks
listTasksForCurrentUser 4 params → 400401500403409404501405
GET
/rest/v1/tasks/model
Retrieve Task Model
retrieveTaskModel → 400401500403409404501405
GET
/rest/v2/tasks
List Tasks
listTasks 5 params → 401404403409500501400405
POST
/rest/v2/tasks
Create a Task
createTask 1 param body → 401404403409500501400405
POST
/rest/v2/tasks/model/customFields
Create a Custom Field
createTaskCustomField body → 401404403409500501400405
GET
/rest/v2/tasks/model/customFields/tabs
List Task Custom Field Tabs
listTaskCustomFieldTabs → 401404403409500501400405
POST
/rest/v2/tasks/model/customFields/tabs
Create a Task Custom Field Tab
createTaskCustomFieldTab body → 401404403409500501400405
GET
/rest/v2/tasks/model/customFields/groups
List Task Custom Field Groups
listTaskCustomFieldGroups 1 param → 401404403409500501400405
POST
/rest/v2/tasks/model/customFields/groups
Create a Task Custom Field Group
createTaskCustomFieldGroup body → 401404403409500501400405
GET
/rest/v2/tasks/{task_id}
Retrieve a Task
getTask 2 params → 401404403409500501400405
DELETE
/rest/v2/tasks/{task_id}
Delete a Task
deleteTask 1 param → 401404403409500501400405
PATCH
/rest/v2/tasks/{task_id}
Update a Task
updateTask 3 params body → 401404403409500501400405
DELETE
/rest/v2/tasks/model/customFields/{custom_field_id}
Delete a Custom Field
deleteTaskCustomField 1 param → 401404403409500501400405
PATCH
/rest/v2/tasks/model/customFields/{custom_field_id}
Update a Task's Custom Field
updateTaskCustomField 2 params body → 401404403409500501400405
GET
/rest/v2/tasks/model/customFields/tabs/{tab_id}
Retrieve a Task Custom Field Tab
getTaskCustomFieldTab 1 param → 401404403409500501400405
DELETE
/rest/v2/tasks/model/customFields/tabs/{tab_id}
Delete a Task Custom Field Tab
deleteTaskCustomFieldTab 1 param → 401404403409500501400405
PATCH
/rest/v2/tasks/model/customFields/tabs/{tab_id}
Update a Task Custom Field Tab
updateTaskCustomFieldTab 2 params body → 401404403409500501400405
GET
/rest/v2/tasks/model/customFields/groups/{group_id}
Retrieve a Task Custom Field Group
getTaskCustomFieldGroup 1 param → 401404403409500501400405
DELETE
/rest/v2/tasks/model/customFields/groups/{group_id}
Delete a Task Custom Field Group
deleteTaskCustomFieldGroup 1 param → 401404403409500501400405
PATCH
/rest/v2/tasks/model/customFields/groups/{group_id}
Update a Task Custom Field Group
updateTaskCustomFieldGroup 2 params body → 401404403409500501400405
GET
/rest/v2/tasks/model
Retrieve Task Model
retrieveTaskModel → 401404403409500501400405

Schemas 36

The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are UpdateTaskResponse (18 properties), Task_2 (18 properties), Task (15 properties), CreateUpdateTaskRequest (13 properties). Each schema is shown below with its type and property counts.

DefaultHttpStatusCode
BasicContact
object
4 properties
CreateRestCustomFieldOption
object
1 property
ObjectModel
object
2 properties
Task
object
15 properties
TaskList
object
5 properties
CustomFieldMetaData
object
7 properties
View
object
1 property
ModelAndView
object
7 properties
CreateRestCustomField
object
5 properties 2 required
TaskSearchCommand
object
8 properties
HttpStatus
HttpStatusCode
object
6 properties
CustomFieldOption
object
2 properties
ErrorDetails
object
2 properties
UpdateCustomFieldMetaDataRequest
object
3 properties 1 required
CreateCustomFieldResponse
object
1 property
ListCustomFieldTabsResponse
object
1 property
CreateUpdateTaskRequest
object
task
13 properties
CustomFieldValueObject
object
2 properties
CreateCustomFieldOptionRequest
object
1 property
CreateCustomFieldRequest
object
5 properties 2 required
CreateCustomFieldTabRequest
object
1 property
CustomFieldGroup
object
5 properties
UpdateTaskResponse
object
18 properties
ListTasksResponse
object
2 properties
Error
object
4 properties
CreateTaskRequest
object
task
13 properties 1 required
CustomFieldTab
object
4 properties
UpdateCustomFieldGroupRequest
object
3 properties
CreateCustomFieldGroupRequest
object
2 properties
ObjectModel_2
object
2 properties
UpdateCustomFieldTabRequest
object
2 properties
Task_2
object
18 properties
CustomFieldMetaData_2
object
Metadata describing a custom field, including its type and options
9 properties
ListCustomFieldGroupsResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keap-task-api-openapi.yml Raw ↑

Other APIs Keap publishes across the network.

Keap Affiliate API
Keap Automation API
Keap Campaigns API
Keap Category Discounts API
Keap Companies API
Keap Contacts API
Keap Email API
Keap Files API
Keap Free Trial Discounts API
Keap Lead Source Categories API
Keap Lead Source Expenses API
Keap Lead Source Recurring Expenses API
Where this information came from

This is an independent, third-party profile of Keap Tasks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.