---
title: "Using App User Authentication"
method: GET
path: "/v1/key/{appUser}/example3"
tags: ["App User Authentication"]
---

# Using App User Authentication

`GET /v1/key/{appUser}/example3`

To use App User Authentication, first obtain an App User, typically by using the configuration panel in the user interface, or else by using the [App User API Resource](/central-api-accounts-and-users/#app-users). Once you have the token, you can apply it to any eligible action by prefixing the URL with `/key/{appUser}` as follows:

`/v1/key/!Ms7V3$Zdnd63j5HFacIPFEvFAuwNqTUZW$AsVOmaQFf$vIC!F8dJjdgiDnJXXOt/example/request/path`

_(There is not really anything at `/v1/example3`; this section only demonstrates how generally to use App User Authentication.)_

## Path parameters

- `appUser` string, required

## Response `200`

OK

- Success
  - `success` boolean, required

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Using App User Authentication` removed and replaced with `useAppUserAuthentication`
- **2025-03-13** `e8c2858fd4eb` — 1 info
  - api operation id `useAppUserAuthentication` removed and replaced with `Using App User Authentication`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/key/:appUser/example3/get.md)

---

[API](https://skmtc.dev/getodk/apis/odk-central-api.md) · [All operations](https://skmtc.dev/getodk/apis/odk-central-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getodk/odk-central-api/revisions/d4f5ba77f644/schema)
