v1
latestOpenAPI 3.1.02026-07-2483219318.4 KBConnections
Get a connection
⚠️
Authentication This endpoint requires app-scoped authentication.
Get an individual financial institution connection.
- 📚 Supported Integrations List
get/connections/{id}
Response
Successful response.
Example response
{
"success": true,
"item": {
"_id": "conn_cjgaac5at000001qi2yw8ftil",
"_classic": "conn_c01234567890123456789012344",
"name": "My Bank",
"logo": "https://cdn.akahu.nz/logos/connections/conn_cjgaac5at000001qi2yw8ftil",
"connection_type": "official",
"new_connections_enabled": true,
"mode": "migration",
"deadline": "2025-12-31"
}
}