---
title: "Refresh a connection by its id"
method: GET
path: "/connections/refresh/{connectionId}"
---

# Refresh a connection by its id

`GET /connections/refresh/{connectionId}`

## Path parameters

- `connectionId` string, required

## Response `204`

Response

- object

## Other responses

- `400` — connectionId 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)
