---
title: "Refresh personal access token"
method: POST
path: "/oauth/personal-token/refresh"
tags: ["Authorization"]
---

# Refresh personal access token

`POST /oauth/personal-token/refresh`

With this endpoint API, you can extend the Personal Access Token for one hour, with the option to extend it later. Note this endpoint accepts a `Bearer authentication token` in the headers.

## Response `200`

OK

- object
  - `token_type` string, text
  - `expires_in` string, text
  - `access_token` string, text

---

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