Skip to main content
GET
/
api
/
core
/
use-cases
/
{use_case_id}
/
qr-link
/
magic-links
List active QR login magic links for a use case
curl --request GET \
  --url https://api.example.com/api/core/use-cases/{use_case_id}/qr-link/magic-links \
  --header 'Authorization: Bearer <token>'
[
  {
    "token_id": "<string>",
    "token": "<string>",
    "expires_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.genow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

use_case_id
string
required

Response

Successful Response

token_id
string
required
token
string
required
expires_at
string<date-time> | null
required