# Refresh THXNET. API Token

#### HTTP Request Method

```
GET
```

#### HTTP Request URL

```
https://api.helpers.testnet.thxnet.org/rest/v0/thxnet_api_token/refresh
```

#### Auth Method (HTTP Header)

```
Authorization: Bearer <VALID_THXNET_API_TOKEN>
```

#### HTTP Response Body \<JSON>

```json
{
  "status": "ok",
  "result": "NEW_THXNET_API_TOKEN",
  "error": null
}
```
