---
title: "Generate a JSON Web Token (JWT)"
method: GET
path: "/auth"
tags: ["Authentication"]
---

# Generate a JSON Web Token (JWT)

`GET /auth`

Generate a JSON Web Token (JWT)

## Headers

- `client-id` string, required
- `client-secret` string, required
- `scope` string

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/particlehealth/apis/particle-health-api.md) · [All operations](https://skmtc.net/particlehealth/apis/particle-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/particlehealth/particle-health-api/revisions/5aead0b7515e/schema)
