Lumos REST API

The Lumos REST API enables programmatic access to the Lumos identity platform for automating tasks such as managing users, apps, access requests, and governance workflows. All requests require a bearer token (prefixed lsk_) in the Authorization header.

API entry from apis.yml

apis.yml Raw ↑
aid: lumos:rest-api
name: Lumos REST API
description: The Lumos REST API enables programmatic access to the Lumos identity platform for automating
  tasks such as managing users, apps, access requests, and governance workflows. All requests require
  a bearer token (prefixed lsk_) in the Authorization header.
humanURL: https://developers.lumos.com/docs/rest-api
tags:
- Access Management
- Automation
- Governance
- Identity
properties:
- url: https://developers.lumos.com/reference/lumos-api
  type: Documentation
- url: https://developers.lumos.com/docs/quick-start
  type: GettingStarted
- url: https://developers.lumos.com/docs/rest-api
  type: Authentication