---
search:
  tags:
    - Auth
    - POST
seo:
  description: >-
    POST the current refresh token in the body to receive a NEW access…
    Reference for the POST /api/auth/refresh-token endpoint in the TALA API
    Documentation API.
sidebar:
  label: >-
    POST the current refresh token in the body to receive a NEW access token and
    a ROTATED refresh token. The presented refresh token is single-use and
    immediately revoked — the client must persist the returned refreshToken.
    (Replaces the old GET + `ref-tk` header contract.)
  badge: POST
title: >-
  POST the current refresh token in the body to receive a NEW access token and a
  ROTATED refresh token. The presented refresh token is single-use and
  immediately revoked — the client must persist the returned refreshToken.
  (Replaces the old GET + `ref-tk` header contract.)
type: openapi-operation
---
`POST /api/auth/refresh-token`
