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 Milestones API

The Milestones API from Ninety.io — 2 operation(s) for milestones.

Ninety.io Milestones 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 Milestones. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 3 operations across 2 paths, and defines 3 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.

3 operations 2 paths 3 schemas 1 GET1 PATCH1 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 Milestones 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 3

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

Milestones 3
GET
/v1/milestones/{id}
Get a Milestone by Id
PublicMilestoneController_findOne 1 param → 200
PATCH
/v1/milestones/{id}
Update a Milestone
PublicMilestoneController_update 1 param body → 200
POST
/v1/milestones
Create a Milestone
PublicMilestoneController_create body → 201

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MilestoneResponseDTO (17 properties), CreateMilestoneDTO (9 properties), UpdateMilestoneDTO (7 properties). Each schema is shown below with its type and property counts.

CreateMilestoneDTO
object
9 properties 4 required
MilestoneResponseDTO
object
17 properties 11 required
UpdateMilestoneDTO
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ninetyio-milestones-api-openapi.yml Raw ↑

Other APIs Ninety.io publishes across the network.

Ninety.io Issues API
Ninety.io Rocks API
Ninety.io Scorecard API
Ninety.io Teams API
Ninety.io To-Dos API
Ninety.io Users API