List all OAuth2 connections
Headers
-
Content-Type string
-
Accept string
GET
/api/v1/oauth/connections
curl \
-X GET https://api.plannrcrm.com/api/v1/oauth/connections \
-H "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"
Response examples (200)
{
"data": [
{
"uuid": "ef7bdc72-8fe2-4958-a55d-9d3125e8465f",
"label": "My Fundment Account 1",
"provider": {
"name": "fundment",
"label": "Fundment",
"logo_url": "https://api.plannrcrm.com/imgs/fundment-banner.png",
"authorization_url": "https://plannr.valet/oauth/fundment/authorize"
},
"created_at": "2025-01-20T23:10:38+00:00",
"updated_at": "2025-01-20T23:10:38+00:00",
"access_token_expires_at": "2025-01-21T03:10:38.376859Z",
"refresh_token_expires_at": "2026-01-20T23:10:38.376908Z",
"refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/6ba90b31-0307-4bf2-afdf-8b8b22e8e354"
}
]
}