Skip to Content

List Links

List all links for your org.

Request

GET /v1/links

Headers

HeaderValue
AuthorizationBearer YOUR_API_KEY

Response

200 OK

{ "links": [ { "id": "link_abc123", "integrationId": "tmobile", "operations": [ { "resource": "mobileBillingStatement", "action": "read" } ], "externalUserId": "user_456", "status": "complete", "currentSessionId": "session_xyz789", "returnUrl": "https://your-app.com/done?linkId=link_abc123", "expiresAt": 1704081600000, "createdAt": 1704067200000, "updatedAt": 1704070800000 } ] }
Last updated on