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": "051ca723-d9da-4a92-b890-9b247c9ee231",
"created_at": "2026-09-14T15:33:23+01:00",
"updated_at": "2026-09-14T15:33:23+01:00",
"provider": {
"name": "fundment",
"label": "Fundment",
"logo_url": "https://api.plannrcrm.com/imgs/fundment-banner.png",
"authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize"
},
"access_token_expires_at": "2026-09-14T18:33:23.224791Z",
"refresh_token_expires_at": "2027-09-14T14:33:23.224834Z",
"refresh_authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize/3208c35f-75d6-4b58-a181-ce73f9c7bf9d",
"label": "My Fundment Account 1"
}
]
]
}