---
title: "GET /auth/info"
method: GET
path: "/auth/info"
---

# GET /auth/info

`GET /auth/info`

## Query parameters

- `requestSession` DatabaseSession
  - `authentication` FcfAuthentication — An interface extending Authentication providing some additional functionality common to all FCF authentication instances.
    - `name` string
    - `attributes` object, required
    - `roles` string[], required
  - `id` string
  - `creationTime` string, date-time
  - `expires` string, date-time
  - `expired` boolean
  - `lastAccessedTime` string, date-time
  - `maxInactiveInterval` Duration
    - `units` TemporalUnit[]
      - `duration` Duration — recursive
      - `durationEstimated` boolean
      - `dateBased` boolean
      - `timeBased` boolean
    - `positive` boolean
    - `zero` boolean
    - `negative` boolean
    - `seconds` integer
    - `nano` integer
  - `new` boolean
  - `modified` boolean
  - `modifiedTime` string, date-time
- `originPath` string, nullable
- `utmSource` string, nullable
- `utmMedium` string, nullable
- `utmCampaign` string, nullable

## Response `200`

getInfoOrStartSession 200 response

- FcfAuthentication — An interface extending Authentication providing some additional functionality common to all FCF authentication instances.
  - `name` string
  - `attributes` object, required
  - `roles` string[], required

---

[API](https://skmtc.dev/mamaearth/apis/mama-earth-api.md) · [All operations](https://skmtc.dev/mamaearth/apis/mama-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mamaearth/mama-earth-api/revisions/42b90383d711/schema)
