Lightyear APIReference
v1.0.0
OAS 3.0.3

Lightyear API

Lightyear API

Server: https://app.runlightyear.com/api/v1
Client Libraries

Integrations

List all integrations

Path Parameters
  • envName
    Type:string
    required

    Environment name (dev | prod)

Query Parameters
  • managedUserId
    Type:string

    The id of the user in your system

Responses
  • application/json
  • 401

    Unauthorized

Request Example forGET/envs/{envName}/integrations
curl 'https://app.runlightyear.com/api/v1/envs/{envName}/integrations' \
  --header 'Authorization: YOUR_SECRET_TOKEN'
[
  {
    "id": "…",
    "name": "…",
    "description": "…",
    "iconUrl": "…",
    "authType": "…",
    "authStatus": "…"
  }
]

Managed Users (Collapsed)

Managed Users

Models