---
title: "Version"
method: GET
path: "/v1/version"
tags: ["Version"]
---

# Version

`GET /v1/version`

Returns the current version of the Kajabi API and links to the API documentation.

This endpoint does not require authentication; it can be used as a health check.

## Response attributes
* `meta` (object) - Meta information about the API.
  * `title` (string) - The title of the API.
  * `version` (string) - The version of the API.
* `links` (object) - Links to the API documentation.
  * `documentation` (string) - The URL to the API documentation.
* `jsonapi` (object) - JSON API information.
  * `version` (string) - The version of the JSON API.
  * `specficiation` (string) - The URL to the JSON API specification.

## Response `200`

Success

## Other responses

- `503` — Service unavailable

---

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