| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**bankAccountId**

- **uuid**  
  *required*
  
**accept**

- **string**
- **enum**  
  *Defaults to application/json*  
  *Generated from available response content types*  
  - application/json
  - application/problem+json

**Allowed:**

- `application/json`
- `application/problem+json`

# ``200      Refresh triggered

**object**

- **id**  
  *uuid*
  *required*
  
- **hostedLink**  
  *string*
  *required*
  
- **expiresAt**  
  *date-time*
  *required*
  
# ``400      The server cannot or will not process the request due to something that is perceived to be a client error

# ``401      Authentication credentials were either missing or incorrect

# ``403      Authentication credentials used do not have have permissions to perform the request

# ``404      The requested resource was not found on the server

# ``500      The server encountered an unexpected condition that prevented it from fulfilling the request

---

### Sample CURL Request

```bash
curl --request POST \
     --url https://api.astrada.co/bank-accounts/bankAccountId/refresh \
     --header 'accept: application/json'
```

### Example Response

```json
{
  "id": "3a8f2c1d-5e7b-4d9a-b6c8-9f0e1d2a3b4c",
  "hostedLink": "https://hosted.plaid.com/link/refresh123",
  "expiresAt": "2025-10-03T14:55:42.000Z"
}
```
