Rightsline · Authentication Profile

Rightsline Authentication

Authentication

Rightsline secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Content ManagementEntertainmentMediaRights ManagementRoyalties
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKey apiKey
· in: header (Authorization)

Source

Authentication Profile

rightsline-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/rightsline-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKey
  type: apiKey
  in: header
  parameter: Authorization
  description: Bearer token obtained by exchanging Company API Key + Access Key + Secret Access
    Key. Generate credentials in app.rightsline.com Profile > API Access.
  sources:
  - openapi/rightsline-openapi.yml