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",
"status": "completed",
"created_at": "2025-01-01T00:00:00Z"
}
]
}Last updated on