---
title: "Refreshes a users access token using the refresh and ID tokens"
method: PUT
path: "/tokens/self"
tags: ["Tokens"]
---

# Refreshes a users access token using the refresh and ID tokens

`PUT /tokens/self`

## Headers

- `ID` string, required
- `Refresh` string, required

## Response `201`

Created

## Other responses

- `400` — Request rejected due to invalid parameters supplied
- `403` — Forbidden. Expired or invalid refresh token
- `500` — Failed to process the request due to an internal error

---

[API](https://skmtc.net/office-of-national-statistics/apis/identity-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/identity-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/identity-api/revisions/6472459b6b03/schema)
