Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ninety.io To-Dos API

The To-Dos API from Ninety.io — 3 operation(s) for to-dos.

Ninety.io To-Dos API is one of 7 APIs that Ninety.io publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include To-Dos. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 5 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against the base URL https://api.public.ninety.io/v1.

5 operations 3 paths 4 schemas 1 DELETE1 GET1 PATCH2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.public.ninety.io/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Ninety.io To-Dos API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (JWT). By default, every request must be authenticated.

  • JWT — Personal Access Token — generate one at https://app.ninety.io/settings/user/developer-settings

Paths & Operations 5

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

To-Dos 5
POST
/v1/todos
Create a To-Do
PublicTodoController_create body → 201
POST
/v1/todos/query
Query To-Dos
PublicTodoController_queryTodos body → 200
GET
/v1/todos/{id}
Get a To-Do by Id
PublicTodoController_findOne 1 param → 200
PATCH
/v1/todos/{id}
Update a To-Do
PublicTodoController_update 1 param body → 200
DELETE
/v1/todos/{id}
Delete a To-Do
PublicTodoController_delete 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are TodoResponseDTO (13 properties), GetTodosQueryDTO (10 properties), UpdateTodoDTO (8 properties), CreateTodoDTO (6 properties). Each schema is shown below with its type and property counts.

CreateTodoDTO
object
6 properties 1 required
UpdateTodoDTO
object
8 properties
TodoResponseDTO
object
13 properties 9 required
GetTodosQueryDTO
object
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ninetyio-to-dos-api-openapi.yml Raw ↑

Other APIs Ninety.io publishes across the network.

Ninety.io Issues API
Ninety.io Milestones API
Ninety.io Rocks API
Ninety.io Scorecard API
Ninety.io Teams API
Ninety.io Users API