NinjaOne Related Items API declares
2 security schemes
for authenticating requests.
It accepts HTTP bearer tokens (bearer) (oauth2).
An API key is passed in the cookie as sessionKey (sessionKey).
By default, every request must be authenticated.
Paths & Operations 11
Across 11 paths, the API surfaces 11 operations — 2 DELETE, 5 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.
The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are RelatedItemPublicApiDTO (13 properties), FormDataBodyPart (12 properties), MultiPart (9 properties), FormDataContentDisposition (8 properties). Each schema is shown below with its type and property counts.
BodyPart
object
8 properties
FormDataContentDisposition
object
8 properties
MessageBodyWorkers
object
ContentDisposition
object
7 properties
MultiPart
object
9 properties
NewRelatedItemSecureValueRequest
object
6 properties
ParameterizedHeader
object
2 properties
FormDataBodyPart
object
12 properties
RelatedItemPublicApiDTO
object
13 properties
NewRelatedItemEntityRequest
object
2 properties
Specification
The full machine-readable OpenAPI contract behind this narrative.