ActiveCampaign Tasks API is one of 36 APIs that ActiveCampaign publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
This API exposes 9 JSON Schema definitions.
Tagged areas include Tasks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an AsyncAPI specification, and 9 JSON Schemas.
This API exposes
11 operations
across 6 paths.
It is described by OpenAPI 3.0.3, at version 3.0.0.
Requests are made against a single base URL, https://{yourAccountName}.api-us1.com/api/3.
11 operations6 paths0 schemas2 DELETE4 GET3 POST2 PUT
Metadata
The identity and technical contract details declared by the specification.
ActiveCampaign Tasks API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Api-Token (ApiToken).
By default, every request must be authenticated.
ApiToken — Your ActiveCampaign API token
Paths & Operations 11
Across 6 paths, the API surfaces 11 operations — 2 DELETE, 4 GET, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.
Tasks 11
POST
/taskOutcomes
ActiveCampaign Create a Task Outcome
create-a-task-outcomebody→ 200422
GET
/taskOutcomes
ActiveCampaign List All Task Outcomes
list-all-task-outcomes1 param→ 200400
GET
/taskOutcomes/{id}
ActiveCampaign Retrieve a Task Outcome
retrieve-a-task-outcome1 param→ 200404
PUT
/taskOutccomes/{id}
ActiveCampaign Update a Task Outcome
update-a-task-outcome1 parambody→ 200422
DELETE
/taskOutccomes/{id}
ActiveCampaign Delete a Task Outcome
delete-a-task-outcome1 param→ 200404
POST
/tasktypeOutcomeRels
ActiveCampaign WIP Create a Task Type - Outcome Relation
create-a-task-outcome-1body→ 200400422
GET
/tasktypeOutcomeRels
ActiveCampaign List All Task Type - Outcome Relations
list-all-task-type-outcome-relations→ 200400
GET
/tasktypeOutcomeRels/{id}
ActiveCampaign Retrieve a Task Type - Outcome Relation