---
title: "Refresh MFA Credentials With Arcadia Connect"
method: GET
path: "/plug/credentials/{credentialId}/refreshUrl"
tags: ["Credentials"]
---

# Refresh MFA Credentials With Arcadia Connect

`GET /plug/credentials/{credentialId}/refreshUrl`

This endpoint generates a Connect URL that allows a user to refresh their multi-factor authentication (MFA) session for a specified credential. The URL generated will only work for 72 hours after it is generated. 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 `200`

OK

- PublicCredentialRefreshURLResource
  - `expirationAt` string, date-time, required — The date time the refreshUrl will stop working at.
  - `refreshUrl` string, required — The Connect URL used for refreshing the MFA Credential.

---

[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)
