---
title: "Refresh access token"
method: POST
path: "/auth/refresh"
tags: ["Authentication"]
---

# Refresh access token

`POST /auth/refresh`

Get new access and refresh tokens using a valid refresh token

## Request body

- InternalPkgCatalogApiserverHandlersRefreshReq
  - `refresh_token` string, required

## Response `200`

Returns new access_token, refresh_token, and token_type

- object

## Other responses

- `400` — Invalid payload
- `401` — Invalid refresh token

---

[API](https://skmtc.dev/ibm/apis/ai-services-catalog-api.md) · [All operations](https://skmtc.dev/ibm/apis/ai-services-catalog-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibm/ai-services-catalog-api/revisions/b6ffcee23f74/schema)
