---
title: "Request auth key for user (login user)"
method: GET
path: "/authkey"
tags: ["authentication"]
deprecated: true
---

# Request auth key for user (login user)

`GET /authkey`

> **Deprecated.**

Obtain auth key for user that has provided their username and password to login to your app. (or to obtain an auth key for a script like IFTTT)

## Query parameters

- `username` string, required
- `password` string, password, required
- `otp` string, password

## Response `200`

User Authenticated Sucessfully

- InlineResponse2011
  - `success` boolean
  - `auth_key` string

## Other responses

- `401` — Invalid/Locked/Blocked/Compromised AppKey
- `403` — Access Denied
- `449` — OTP required but not supplied. Please resubmit request with OTP

---

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