GET
/api/v1/oauth/connections
curl \
--request GET 'https://api.plannrcrm.com/api/v1/oauth/connections' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"uuid": "e9ce36b4-719f-488e-930d-a04649545d5e",
"label": "My Fundment Account 1",
"provider": {
"name": "fundment",
"label": "Fundment",
"logo_url": "https://api.plannrcrm.com/imgs/fundment-banner.png",
"authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize"
},
"created_at": "2025-10-24T10:34:20+01:00",
"updated_at": "2025-10-24T10:34:20+01:00",
"access_token_expires_at": "2025-10-24T13:34:20.178824Z",
"refresh_token_expires_at": "2026-10-24T09:34:20.178849Z",
"refresh_authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize/c7429678-cc78-4c66-9912-83bf6b2123f4"
}
]
}