List all OAuth2 connections Run in API Explorer
Ask AI
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": "96ba0213-4471-49e6-b3dc-804e49078567",
"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": "2026-04-09T13:01:19+01:00",
"updated_at": "2026-04-09T13:01:19+01:00",
"access_token_expires_at": "2026-04-09T16:01:19.722725Z",
"refresh_token_expires_at": "2027-04-09T12:01:19.722760Z",
"refresh_authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize/e1486d4c-ad11-4a56-961b-0f6eb6bef1bd"
}
]
}