---
title: "Get login form configuration"
method: POST
path: "/api/v1/loginform"
tags: ["Authentication"]
---

# Get login form configuration

`POST /api/v1/loginform`

Retrieves login form configuration including company details, available languages, and localized messages

## Request body

- I18NForm
  - `language` string
  - `country` string
  - `messagesKey` string[]

## Response `200`

Login form configuration retrieved successfully

- ResponseEntityLoginFormView
  - `errors` ErrorEntity[]
    - `errorCode` string
    - `message` string
    - `fieldName` string
  - `entity` LoginFormResultView
    - `serverId` string
    - `levelName` string
    - `version` string
    - `buildDateString` string
    - `languages` LanguageView[]
      - `language` string
      - `country` string
      - `displayName` string
    - `backgroundColor` string
    - `backgroundPicture` string
    - `logo` string
    - `authorizationType` string
    - `currentLanguage` LanguageView
      - `language` string
      - `country` string
      - `displayName` string
    - `companyEmail` string
  - `messages` MessageEntity[]
    - `message` string
  - `i18nMessagesMap` object
  - `permissions` string[]
  - `pagination` Pagination
    - `currentPage` integer
    - `perPage` integer
    - `totalEntries` integer

## Other responses

- `403` — Forbidden - security exception
- `500` — Internal server error

---

[API](https://skmtc.dev/jostens/apis/dotcms-rest-api.md) · [All operations](https://skmtc.dev/jostens/apis/dotcms-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jostens/dotcms-rest-api/revisions/a088fe9f515c/schema)
