---
title: "Get list of links that initiate login"
method: GET
path: "/login-links"
tags: ["Auth"]
---

# Get list of links that initiate login

`GET /login-links`

## Response `200`

Links that initiate login flows

- LoginLink[]
  - `name` string, required
  - `url` string, required

## Other responses

- `500` — An internal server error occurred

## Changes

- **2026-07-17** `8821f8847f2c` — 3 info
  - api tag `Auth` added
  - added the non-success response with the status `500`
  - removed the non-success response with the status `400`
- **2025-02-11** `19d2c93fbacc` — 3 info
  - api tag `Auth` removed
  - added the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/login-links/get.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
