---
title: "Initiate MFA Refresh"
method: POST
path: "/plug/credentials/{credentialId}/refresh"
tags: ["Credentials"]
---

# Initiate MFA Refresh

`POST /plug/credentials/{credentialId}/refresh`

Starts a job attempting to login to the credential so that its MFA session can be refreshed. This endpoint can only be used for Credentials for Providers which Arcadia supports MFA for. Read more about the MFA workflow [here](https://docs.arcadia.com/docs/mfa).

This endpoint supports [Sandbox Mode](https://docs.arcadia.com/docs/sandbox-testing).

## Path parameters

- `credentialId` string, required

## Headers

- `Arcadia-Version` string, required

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
