| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Accept

- `string`
- `enum`

Defaults to `application/json`.

### Generated from available response content types

- `application/json`
- `application/octet-stream`

### Allowed:

- `application/json`
- `application/octet-stream`

### Response Codes

# ``200      Successful operation

# ``401      Unauthorized

# ``500      Internal server error

---

### Base URL

`https://localhost:8080/management/configuration/auditsigningpublickey`

### CURL Example

```bash
curl --request GET \
     --url https://localhost:8080/management/configuration/auditsigningpublickey \
     --header 'accept: application/json'
```

### Response Codes

- `200`
- `401`
- `500`
