Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • data array[object]

      Additional properties are allowed.

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": "64b481b0-7338-438a-a47b-d680204c270d",
      "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-02-20T10:13:06+00:00",
      "updated_at": "2025-02-20T10:13:06+00:00",
      "access_token_expires_at": "2025-02-20T14:13:06.505167Z",
      "refresh_token_expires_at": "2026-02-20T10:13:06.505215Z",
      "refresh_authorization_url": "https://plannr.valet/oauth/fundment/authorize/ec0ee198-4982-4a9d-83b8-5eb5d121b76b"
    }
  ]
}