---
title: "GET /v1/authenticate"
method: GET
path: "/v1/authenticate"
tags: ["Auth"]
---

# GET /v1/authenticate

`GET /v1/authenticate`

## Response `200`

A successful response.

- V1AuthenticateResponse
  - `sessionToken` string
  - `expiresAt` string, int64
  - `refreshToken` string
  - `refreshExpiresAt` string, int64
  - `code` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/casaphq/apis/casap-api.md) · [All operations](https://skmtc.net/casaphq/apis/casap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casaphq/casap-api/versions/301b634ab50b/schema)
