---
title: "POST /api/user-source-auth-refresh/"
method: POST
path: "/api/user-source-auth-refresh/"
tags: ["User sources"]
---

# POST /api/user-source-auth-refresh/

`POST /api/user-source-auth-refresh/`

Generate a new access_token that can be used to continue operating on Baserow with a user source user starting from a valid refresh token.

## Response `200`

- object
  - `access_token` string — 'access_token' can be used to authorize for other endpoints that require authorization. This token will be valid for 10 minutes.

## Other responses

- `401`

---

[API](https://skmtc.net/baserow/apis/baserow-api-spec.md) · [All operations](https://skmtc.net/baserow/apis/baserow-api-spec/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baserow/baserow-api-spec/revisions/0c490e5b0c7f/schema)
