---
title: "Get REST API info"
method: GET
path: "/restinfo"
tags: ["REST information"]
---

# Get REST API info

`GET /restinfo`

Retrieves the REST configuration information. This API is available in builds 15089 or later.

## Response `200`

Successful response

- RESTInfoConfig
  - `apiVersion` integer, required
  - `serverName` string, required
  - `centralConfig` boolean, required
  - `saveFieldList` string[]
  - `version` string, required
  - `restBuild` string, required
  - `licenseValid` boolean, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `402` — Payment Required
- `404` — Not found
- `415` — Unsupported Media Type
- `500` — Internal server error

---

[API](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api.md) · [All operations](https://skmtc.net/wowza/apis/wowza-streaming-engine-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wowza/wowza-streaming-engine-rest-api/revisions/f2200a734783/schema)
