---
title: "GET /auth/v1/self"
method: GET
path: "/auth/v1/self"
tags: ["AuthenticationService"]
---

# GET /auth/v1/self

`GET /auth/v1/self`

## Response `200`

OK

- Authentication
  - `id` string
  - `method` integer
  - `expiresAt` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `metadata` object

## Changes

- **2024-08-07** `291b2f802c58` — 1 breaking, 7 info
  - the `method` response's property type/format changed from `string`/`enum` to `integer`/`enum` for status `200`
  - removed the `METHOD_CLOUD` enum value from the `method` response property for the response status `200`
  - removed the `METHOD_GITHUB` enum value from the `method` response property for the response status `200`
  - removed the `METHOD_JWT` enum value from the `method` response property for the response status `200`
  - …4 more

[Change history](https://skmtc.dev/flipt-io/apis/api/changes/auth/v1/self/get.md)

---

[API](https://skmtc.dev/flipt-io/apis/api.md) · [All operations](https://skmtc.dev/flipt-io/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flipt-io/api/revisions/291b2f802c58/schema)
