---
title: "Refresh all connections data by user ID"
method: GET
path: "/connections/{userId}/refresh"
---

# Refresh all connections data by user ID

`GET /connections/{userId}/refresh`

## Path parameters

- `userId` string, required

## Response `204`

Response

- object

## Other responses

- `400` — userId missing from params
- `401` — Unauthorized access - Invalid access token
- `403` — Forbidden - Access token missing the required permissions to preform this action
- `404` — No connection was found
- `500` — Internal server error

---

[API](https://skmtc.net/open-finance/apis/auth.md) · [All operations](https://skmtc.net/open-finance/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-finance/auth/versions/b4d401b65c3d/schema)
