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": "b71598b7-a218-435d-ab50-84eac925ccae",
      "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-04-22T13:44:21+01:00",
      "updated_at": "2025-04-22T13:44:21+01:00",
      "access_token_expires_at": "2025-04-22T16:44:21.816166Z",
      "refresh_token_expires_at": "2026-04-22T12:44:21.816213Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/50848c5d-7f32-4675-bfb9-501039252aab"
    }
  ]
}