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

Luminance Matters API

The Matters API from Luminance — 22 operation(s) for matters.

Luminance Matters API is one of 21 APIs that Luminance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Matters. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 41 operations across 22 paths, and defines 8 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against a single base URL, https://{moniker}.app.luminance.com.

41 operations 22 paths 8 schemas 6 DELETE16 GET10 PATCH9 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://your-instance.app.luminance.com/api2
Authentication
OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 2

Luminance Matters API declares 2 security schemes for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — Access token from the OAuth2 client credentials flow. See the Authentication section above for how to obtain a token (curl to your instance token endpoint); th…

Paths & Operations 41

Across 22 paths, the API surfaces 41 operations — 6 DELETE, 16 GET, 10 PATCH, 9 POST. Each is listed below with its method, path, parameters, and response codes.

Matters 41
GET
/projects/{project-id}/matters
Get the matter objects in a particular project
8 params → 200401403405422429500
POST
/projects/{project-id}/matters
Create a New Matter
1 param body → 200401403405422429500
PATCH
/projects/{project-id}/matters
Patch information on Matter objects
8 params body → 200401403405422429500
GET
/projects/{project-id}/matters/{matter-id}
Get the matter object with a particular matterId in a particular project
7 params → 200401403405422429500
PATCH
/projects/{project-id}/matters/{matter-id}
Patch information on a single Matter object
7 params body → 200401403405422429500
POST
/projects/{project-id}/matters/create
Create a New Matter with required matter tags and/or optional matter tags configured for the project. These can be mandatory if configured for the project.
1 param body → 200401403405422429500
GET
/projects/{project-id}/matters/{matter-id}/versions
Get the matter versions for a matter in a particular project including a record of current and previous drafts and current attachments to the matter
12 params → 200401403405422429500
GET
/projects/{project-id}/matters/{matter-id}/versions/{matter-version-id}/assignable_users
Gets a list of user names and IDs which can be assigned to a matter version
6 params → 200401403405422429500
PATCH
/projects/{project-id}/matters/{matter-id}/versions/{matter-version-id}/assign
Assigns an available user to the matter version
3 params body → 201401403405422429500
POST
/projects/{project-id}/matters/{matter-id}/versions/add_attachment
Creates a new matter version of type attachment to a matter containing the specified document ID
2 params body → 201401403405500
GET
/projects/{project-id}/matters/{matter-id}/annotations
Get an array of JSON object Annotations added to a matter
9 params → 200401403405422429500
POST
/projects/{project-id}/matters/{matter-id}/annotations
Create an annotation on a matter
2 params body → 200401403405422429500
PATCH
/projects/{project-id}/matters/{matter-id}/annotations
Patch the content of multiple matter annotations to a different value
9 params body → 200401403405422429500
GET
/projects/{project-id}/matters/{matter-id}/annotations/{annotation-id}
Get an array of JSON object Annotations added to a matter
3 params → 200401403405422429500
PATCH
/projects/{project-id}/matters/{matter-id}/annotations/{annotation-id}
Patch the content of a particular matter annotation to a different value
3 params body → 200401403405422429500
GET
/projects/{project-id}/matters/{matter-id}/relations
Get the matter all the matters a matter is related to
7 params → 200401403405422429500
GET
/api2/projects/{project_id}/matters
List matters
7 params → 200
POST
/api2/projects/{project_id}/matters
Create matter (alternate to matters/create)
1 param body → 201422
PATCH
/api2/projects/{project_id}/matters
Update matters by filter
1 param body → 200
DELETE
/api2/projects/{project_id}/matters
Delete matters by filter
1 param → 204
POST
/api2/projects/{project_id}/matters/create
Create matter (and optional annotations and version)
1 param body → 201422
GET
/api2/projects/{project_id}/matters/{matter_id}
Get matter
2 params → 200404
PATCH
/api2/projects/{project_id}/matters/{matter_id}
Update matter
2 params body → 200
DELETE
/api2/projects/{project_id}/matters/{matter_id}
Delete matter
2 params → 204
GET
/api2/projects/{project_id}/matters/{matter_id}/annotations
List matter annotations
2 params → 200
POST
/api2/projects/{project_id}/matters/{matter_id}/annotations
Create matter annotation
2 params body → 201
PATCH
/api2/projects/{project_id}/matters/{matter_id}/annotations
Update matter annotations by filter
2 params body → 200
DELETE
/api2/projects/{project_id}/matters/{matter_id}/annotations
Delete matter annotations by filter
2 params → 204
GET
/api2/projects/{project_id}/matters/{matter_id}/annotations/{annotation_id}
Get matter annotation
3 params → 200
PATCH
/api2/projects/{project_id}/matters/{matter_id}/annotations/{annotation_id}
Update matter annotation
3 params body → 200
DELETE
/api2/projects/{project_id}/matters/{matter_id}/annotations/{annotation_id}
Delete matter annotation
3 params → 204
GET
/api2/projects/{project_id}/matters/{matter_id}/relations
List matter relations
2 params → 200
POST
/api2/projects/{project_id}/matters/{matter_id}/relations
Create relation
2 params body → 201
DELETE
/api2/projects/{project_id}/matters/{matter_id}/relations
Delete relations by filter
2 params → 204
GET
/api2/projects/{project_id}/matters/{matter_id}/relations/{relation_id}
Get relation
3 params → 200
DELETE
/api2/projects/{project_id}/matters/{matter_id}/relations/{relation_id}
Delete relation
3 params → 204
GET
/api2/projects/{project_id}/matters/{matter_id}/events
List matter events
3 params → 200422
GET
/api2/projects/{project_id}/matters/{matter_id}/versions
List matter versions
2 params → 200
GET
/api2/projects/{project_id}/matters/{matter_id}/versions/{version_id}/assignable_users
List assignable users for version
3 params → 200
PATCH
/api2/projects/{project_id}/matters/{matter_id}/versions/{version_id}/assign
Assign a version to a user
3 params body → 201
POST
/api2/projects/{project_id}/matters/{matter_id}/versions/add_attachment
Add a document as attachment to matter
2 params body → 200422

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are MatterVersion (12 properties), Matter (9 properties), MatterAnnotation (7 properties), Matters (7 properties). Each schema is shown below with its type and property counts.

Matters
object
7 properties
MatterAnnotation
object
7 properties
MatterPatch
object
3 properties
MatterAnnotationPatch
object
3 properties
MatterRelation
object
5 properties
MatterVersion
object
12 properties
MatterVersionsAssignableUsers
object
2 properties
Matter
object
Matter (group) object (see API2Schema matters table)
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

luminance-matters-api-openapi.yml Raw ↑

Other APIs Luminance publishes across the network.

Luminance Accounts API
Luminance Annotation Source Relations API
Luminance Annotation Sources API
Luminance Annotation Types API
Luminance Annotations API
Luminance Contract Creation API
Luminance Document Templates API
Luminance Documents API
Luminance Folders API
Luminance Matter Versions API
Luminance Project Users API
Luminance Projects API
Where this information came from

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