Responses

  • 200 application/json
    Hide response attribute Show response attribute object
GET /api/v1/oauth/connections
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/oauth/connections' \
 --header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
 --header "Content-Type: application/json" \
 --header "Accept: application/json"
Response examples (200)
{
  "data": [
    {
      "uuid": "44b464a6-63d9-4d45-8748-9bacd9f9c9f6",
      "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-06-05T11:39:43+01:00",
      "updated_at": "2025-06-05T11:39:43+01:00",
      "access_token_expires_at": "2025-06-05T14:39:43.351260Z",
      "refresh_token_expires_at": "2026-06-05T10:39:43.351308Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/ae3169e5-6b5f-4fa5-81da-2745662918fd"
    }
  ]
}