---
title: "Authenticate tryout tools."
method: POST
path: "/api/v1/tryout/authentication"
tags: ["tryout"]
---

# Authenticate tryout tools.

`POST /api/v1/tryout/authentication`

Authenticate tryout tool.

## Cookies

- `Session` string, nullable

## Response `200`

Successful Response

- TryOutAuthentication — Tryout authentication.
  - `authenticated` boolean, required — Bool to indicate if the client is successfully authenticated.

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/posti/apis/posti-developer-portal-backend-rest-api.md) · [All operations](https://skmtc.dev/posti/apis/posti-developer-portal-backend-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/posti/posti-developer-portal-backend-rest-api/revisions/4b67dce32742/schema)
