Skip to main content
GET
/
api
/
core
/
service-accounts
/
{service_account_id}
/
magic-links
List active magic login links
curl --request GET \
  --url https://api.example.com/api/core/service-accounts/{service_account_id}/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

service_account_id
string
required

Response

Successful Response

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