---
title: "Using the session"
method: GET
path: "/v1/example1"
tags: ["Session Authentication"]
---

# Using the session

`GET /v1/example1`

Once you have logged in, to use your session token to authenticate with any action, supply it in a request header `Authorization` with a value of `Bearer {token}`, as seen here.

_(There is not really anything at `/v1/example1`; this section only demonstrates how generally to use Session Bearer Token Authentication.)_

## Headers

- `Authorization` string, required

## Response `200`

OK

- Success
  - `success` boolean, required

## Changes

- **2025-12-20** `022694254f0d` — 1 info
  - api operation id `Session Authentication` removed and replaced with `sessionAuthentication`
- **2025-03-13** `e8c2858fd4eb` — 1 info
  - api operation id `sessionAuthentication` removed and replaced with `Session Authentication`

[Change history](https://skmtc.dev/getodk/apis/odk-central-api/changes/v1/example1/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)
