---
title: "Retrieve Versions"
method: GET
path: "/versions"
tags: ["Versions"]
---

# Retrieve Versions

`GET /versions`

Returns current, latest, and rollback versions associated with this bearer token.

## Response `200`

Version successfully retrieved.

- object
  - `current` string — Current version associated with bearer token.
  - `latest` string — The most recent version of the Aurora API.
  - `rollback` string — The version available for your token to roll back to. If null, there is no available version for rollback.
  - `rollback_expire_at` string, date-time — The time at which your current version locks in, and rollback to your previous version becomes unavailable.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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