List Links
List all links for your app.
Request
GET /v1/linksHeaders
| Header | Value |
|---|---|
Authorization | Bearer YOUR_API_KEY |
Response
200 OK
{
"links": [
{
"id": "link_abc123",
"provider": "tmobile",
"externalUserId": "user_456",
"status": "complete",
"currentSessionId": "session_xyz789",
"expiresAt": 1704081600000,
"createdAt": 1704067200000,
"updatedAt": 1704070800000
}
]
}Last updated on