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

Rightsline Rights API

Rights and license management

Rightsline Rights API is one of 10 APIs that Rightsline publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Rights. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 6 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version v4.

Requests are made against 2 base URLs: https://app.rightsline.com/v4, https://app.rightsline.eu/v4.

6 operations 3 paths 5 schemas 1 DELETE3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v4
Base URL
https://app.rightsline.com/v4
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Rightsline Rights API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKey).

  • ApiKey — Bearer token obtained by exchanging Company API Key + Access Key + Secret Access Key. Generate credentials in app.rightsline.com Profile API Access.

Paths & Operations 6

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

Rights 6

Rights and license management

GET
/rights
List Rights
listRights 3 params → 200401
POST
/rights
Create Right
createRight body → 201400
GET
/rights/{id}
Get Right
getRight 1 param → 200404
PUT
/rights/{id}
Update Right
updateRight 1 param body → 200
DELETE
/rights/{id}
Delete Right
deleteRight 1 param → 204404
GET
/audit/{recordId}
Get Audit Trail
getAuditTrail 1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Right (11 properties), RightCreate (7 properties), AuditEntry (7 properties), Pagination (3 properties). Each schema is shown below with its type and property counts.

Right
object
A rights record representing a license or rights grant
11 properties
AuditEntry
object
An audit trail entry for record changes
7 properties
RightsListResponse
object
2 properties
RightCreate
object
7 properties 2 required
Pagination
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

rightsline-rights-api-openapi.yml Raw ↑

Other APIs Rightsline publishes across the network.

Rightsline Rights API
Rightsline Royalties API
Rightsline Availability API
Rightsline Catalog API
Rightsline Contacts API
Rightsline Lists API
Rightsline Royalties API
Rightsline Templates API
Rightsline Workflows API