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": "5f995c15-53c7-4876-bc6e-9bcb1926be84",
      "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-17T14:20:23+01:00",
      "updated_at": "2025-06-17T14:20:23+01:00",
      "access_token_expires_at": "2025-06-17T17:20:23.393127Z",
      "refresh_token_expires_at": "2026-06-17T13:20:23.393179Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/c74b2f69-01e2-45de-ac83-eaf8886f30a6"
    }
  ]
}