---
title: "Authenticate for WAAS using api key"
method: POST
path: "/environments/{environmentId}/waas/authenticate"
tags: ["Waas"]
---

# Authenticate for WAAS using api key

`POST /environments/{environmentId}/waas/authenticate`

## Path parameters

- `environmentId` string, required

## Response `200`

Successfully authenticated

- WaasAuthenticateResponse
  - `message` string, required
  - `encodedJwts` object, required
    - `jwt` string
    - `minifiedJwt` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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