---
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

---

[API](https://skmtc.net/gopheracademy/apis/congo.md) · [All operations](https://skmtc.net/gopheracademy/apis/congo/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gopheracademy/congo/versions/b04a02c4ad1b/schema)
