---
title: "POST /auth/refresh"
method: POST
path: "/auth/refresh"
---

# POST /auth/refresh

`POST /auth/refresh`

Obtain a refreshed access token

## Response `201`

Created

- Authorize — Token authorization response
  - `access_token` string — access token
  - `expires_in` integer — Time to expiration in seconds
  - `tenant` object — tenant
    - `id` integer — ID
    - `name` string — name
  - `token_type` string — type of token
  - `user` object — user
    - `active` boolean — Activation status
    - `email` string, email — Email address of user
    - `first_name` string — First name of user
    - `href` string — API href of record
    - `id` integer — ID of record
    - `last_name` string — Last name of user
    - `role` string — User's role
    - `tenant_id` integer
    - `validated` boolean — Validation status

## Changes

- **2016-04-19** `3c07e4273a35` — 1 info
  - endpoint added
- **2016-04-14** `f87b3afefe7c` — 1 breaking
  - api path removed without deprecation
- **2016-04-12** `1c154a26f5a6` — 1 info
  - the endpoint scheme security `password` was added to the API
- **2016-03-12** `8c9fbb1a346f` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2016-01-12** `6d67a94870c3` — 1 info
  - added the new optional `query` request parameter `version`

[Full history](https://skmtc.dev/gopheracademy/apis/congo/changes/auth/refresh/post.md)

---

[API](https://skmtc.dev/gopheracademy/apis/congo.md) · [All operations](https://skmtc.dev/gopheracademy/apis/congo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gopheracademy/congo/revisions/3c07e4273a35/schema)
