---
title: "POST /api/auth/siwe/refresh"
method: POST
path: "/api/auth/siwe/refresh"
tags: ["auth", "siwe"]
---

# POST /api/auth/siwe/refresh

`POST /api/auth/siwe/refresh`

Refresh a SIWE access token using a refresh token

## Headers

- `Authorization` string, required

## Response `200`

Tokens refreshed successfully

- object
  - `accessToken` object, required
    - `token` string, required
    - `expiresAt` number, required
  - `refreshToken` object, required
    - `token` string, required
    - `expiresAt` number, required

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `500` — Internal server error

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
