---
title: "GET /auth/info"
method: GET
path: "/auth/info"
tags: ["auth"]
---

# GET /auth/info

`GET /auth/info`

Retrieves login information for this node.

## Response `200`

LoginInformation

- object
  - `message` string, required — Message to be displayed to the user prior to login/registration. This might include instructions on how to register or login, or to communicate that authentication is not available.
  - `loginUrl` string, required — URL (absolute or relative) where to make a POST request to obtain a token, or null if login is disabled.
  - `registerUrl` string, required — URL (absolute or relative) where to make a POST request to register a user, or null if registration is disabled.

## Changes

- **2018-12-22** `3c72d26f74f2` — 1 info
  - endpoint added
- **2016-09-14** `e6801fb33734` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opendronemap/apis/nodeodm/changes/auth/info/get.md)

---

[API](https://skmtc.dev/opendronemap/apis/nodeodm.md) · [All operations](https://skmtc.dev/opendronemap/apis/nodeodm/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opendronemap/nodeodm/revisions/0967fcbb5e81/schema)
