{
"opencollection": "1.0.0",
"info": {
"name": "Apollo API — Tasks",
"version": "1.0"
},
"request": {
"auth": {
"type": "apikey",
"key": "x-api-key",
"value": "{{x-api-key}}",
"placement": "header"
}
},
"items": [
{
"info": {
"name": "Tasks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create a Task",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.apollo.io/api/v1/tasks",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/create` or `Master API key`\n\n**OAuth scopes:** `tasks_create`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nTasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Create a Task endpoint to create a s"
},
{
"info": {
"name": "Bulk Create Tasks",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.apollo.io/api/v1/tasks/bulk_create",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/bulk_create` or `Master API key`\n\n**OAuth scopes:** `tasks_create`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\n**Authentication note:** Shares scope with `tasks/create`.\n\nTasks let you track, prioritize, and help you complete actions required for your outbound "
},
{
"info": {
"name": "Get a Task",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.apollo.io/api/v1/tasks/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "The Apollo ID for the task.
To find task IDs, call the Search for Tasks endpoint and identify the `id` value for the task.
Example: `67a1b2c3d4e5f60001234567`"
}
]
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/show` or `Master API key`\n\n**OAuth scopes:** `tasks_list`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nTasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Get a Task endpoint to retrieve the full"
},
{
"info": {
"name": "Update a Task",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.apollo.io/api/v1/tasks/:id",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "The Apollo ID for the task.
To find task IDs, call the Search for Tasks endpoint and identify the `id` value for the task.
Example: `67a1b2c3d4e5f60001234567`"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/update` or `Master API key`\n\n**OAuth scopes:** `tasks_create`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nTasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Update a Task endpoint to change the"
},
{
"info": {
"name": "Complete a Task",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.apollo.io/api/v1/tasks/:id/complete",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "The Apollo ID for the task.
To find task IDs, call the Search for Tasks endpoint and identify the `id` value for the task.
Example: `67a1b2c3d4e5f60001234567`"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/complete` or `Master API key`\n\n**OAuth scopes:** `tasks_create`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nTasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Complete a Task endpoint to mark a"
},
{
"info": {
"name": "Skip a Task",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.apollo.io/api/v1/tasks/:id/skip",
"params": [
{
"name": "id",
"value": "",
"type": "path",
"description": "The Apollo ID for the task.
To find task IDs, call the Search for Tasks endpoint and identify the `id` value for the task.
Example: `67a1b2c3d4e5f60001234567`"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "## Endpoint essentials\n\n**API key access:** `api/v1/tasks/skip` or `Master API key`\n\n**OAuth scopes:** `tasks_create`\n\n**Credit usage:** `0 credits` — [Learn more about API pricing and credits](https://docs.apollo.io/docs/api-pricing).\n\nTasks let you track, prioritize, and help you complete actions required for your outbound sales motion.
Use the Skip a Task endpoint to mark an existi"
},
{
"info": {
"name": "Search for Tasks",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.apollo.io/api/v1/tasks/search",
"params": [
{
"name": "sort_by_field",
"value": "",
"type": "query",
"description": "Sort the tasks by 1 of the following options: