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": "f810edd0-e55e-4868-b23f-b0a0ba0dcb8f",
"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-03-18T16:05:27+00:00",
"updated_at": "2026-03-18T16:05:27+00:00",
"access_token_expires_at": "2026-03-18T20:05:27.415610Z",
"refresh_token_expires_at": "2027-03-18T16:05:27.415633Z",
"refresh_authorization_url": "https://api.plannrcrm.com/oauth/fundment/authorize/201092a6-db5f-413f-b91c-8f7539c67473"
}
]
}