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": "4850d3e1-8c83-446d-a618-14baa0947df3",
      "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-02T13:27:59+01:00",
      "updated_at": "2025-04-02T13:27:59+01:00",
      "access_token_expires_at": "2025-04-02T16:27:59.240887Z",
      "refresh_token_expires_at": "2026-04-02T12:27:59.240933Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/54f64965-014e-493a-9ace-b37549aad5c2"
    }
  ]
}