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

Slash Task API

The Task API from Slash — 4 operation(s) for task.

Slash Task API is one of 26 APIs that Slash 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, a getting-started guide, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 7 schemas. It is described by OpenAPI 3.2.0, at version 0.0.1.

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

4 operations 4 paths 7 schemas 3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.1
Base URL
https://api.slash.com
Authentication
API Key, API Key, HTTP Bearer, HTTP Basic
Resource Areas
1

Authentication & Security 4

Slash Task API declares 4 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (api_key). An API key is passed in the header as X-API-Key (partner_api_key). It accepts HTTP bearer tokens (bearer). It accepts HTTP basic authentication (developer_application). By default, every request must be authenticated.

  • api_key — API key authentication for public API requests. Keys come in two flavors: - Legal-entity-scoped keys are pinned to a single legal entity. Minted via the dashbo…
  • partner_api_key — Partner-program API key authentication. Keys are minted in the partner dashboard (Developers → API Keys), are scoped to a single partner program, and are prefi…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Task 4
GET
/task
List tasks visible to the calling principal. User-scoped callers (OAuth bearer, user-scoped api keys) see tasks they're assigned to; entity-scoped api keys see all tasks in the legal entity the key i…
6 params → 200401403429500
GET
/task/schema
List registered task types with their attribute schemas, filterable fields, supported operators, and available actions. Use this to discover what can be filtered on via filter:attr.
1 param → 200401403429500
GET
/task/{taskId}
Get a single task by ID.
1 param → 200401403429500
POST
/task/{taskId}/act
Execute an action on a task (e.g., approve, reject). Available actions depend on the task type — use GET /task/schema to discover them.
1 param body → 200401403429500

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are slashfi.models.entity.Task.ITaskModel.yaml (7 properties), slashfi.models.entity.Task.ITaskActionModel.yaml (6 properties), Error (5 properties), Pagination.PaginationResponse (2 properties). Each schema is shown below with its type and property counts.

Pagination.PaginationResponse
object
Response sent when requesting a list of data
2 properties
Error
object
5 properties 4 required
slashfi.models.entity.Task.ITaskModel.yaml
object
Public shape of a task row on the wire. Serialized identically by every task-returning endpoint (list, single-task GET, etc.) so the same consumer type works a…
7 properties 7 required
slashfi.models.entity.Task.ITaskWithActionsModel.yaml
ITaskModel enriched with the caller's per-task action list. Returned by surfaces that do caller-specific authorization (today the internal app's GET /task, whi…
slashfi.models.entity.Task.ITaskAttributeMetaModel.yaml
object
1 property
paths.task._dto.TaskResponse
slashfi.models.entity.Task.ITaskActionModel.yaml
object
An action the current caller can perform on a task, resolved per task + caller by the internal app's GET /task endpoint.
6 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

slash-task-api-openapi.yml Raw ↑

Other APIs Slash publishes across the network.

Slash Account API
Slash Agent Requests API
Slash Analytics API
Slash Card API
Slash Card Group API
Slash Card Product API
Slash Contact API
Slash Crypto API
Slash Customer API
Slash Developer Account API
Slash Developer Application API
Slash Expense Report API
Where this information came from

This is an independent, third-party profile of Slash Task 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.