---
title: "Get API Versions"
method: GET
path: "/restapi"
tags: ["API Info"]
---

# Get API Versions

`GET /restapi`

Returns current API version(s) and server info.

## Response `200`

Successful response

- ApiVersionsList
  - `uri` string, uri — Canonical URI of the API version
  - `apiVersions` ApiVersionInfo[] — Full API version information: uri, number, release date
    - `uri` string, uri — Canonical URI of API version
    - `versionString` string — Version of the RingCentral REST API
    - `releaseDate` string, date-time — Release date of this version
    - `uriString` string — URI part determining the current version
  - `serverVersion` string — Server version
  - `serverRevision` string — Server revision

---

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