---
title: "Refresh access token"
method: POST
path: "/refresh-integration-app-token"
---

# Refresh access token

`POST /refresh-integration-app-token`

This endpoint refreshes the access token using the provided refresh token.

## Request body

- object
  - `refreshToken` string

## Response `200`

Access token refreshed successfully

- object
  - `accessToken` string

## Other responses

- `400` — Error occurred while refreshing the access token

---

[API](https://skmtc.net/supabase/apis/dalil-oauth-resource-api.md) · [All operations](https://skmtc.net/supabase/apis/dalil-oauth-resource-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/supabase/dalil-oauth-resource-api/versions/40a7125e0355/schema)
