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": "c470ce5d-e8ae-42a3-8597-973c15b8aaf7",
      "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-05-14T18:27:16+01:00",
      "updated_at": "2025-05-14T18:27:16+01:00",
      "access_token_expires_at": "2025-05-14T21:27:16.710485Z",
      "refresh_token_expires_at": "2026-05-14T17:27:16.710570Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/bea37673-5825-4b86-9e2b-cfe2999adc24"
    }
  ]
}