---
title: "Get Refreshed Access Token"
method: GET
path: "/api/v1/integrations/credentials/{credential_id}/access-token"
tags: ["Integration Credentials"]
---

# Get Refreshed Access Token

`GET /api/v1/integrations/credentials/{credential_id}/access-token`

Return a refreshed OAuth access token for the given credential.

## Path parameters

- `credential_id` string, uuid, required

## Response `200`

Successful Response

- OAuthAccessTokenResult
  - `access_token` string, required
  - `expires_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
