---
title: "Get Crow Token"
method: GET
path: "/api/get_crow_token"
tags: ["crow-identity"]
---

# Get Crow Token

`GET /api/get_crow_token`

Generate a Crow identity JWT for the authenticated user.

This endpoint:
1. Verifies the user is authenticated via Clerk
2. Reads verification_secret from .env
3. Creates a JWT payload with user info
4. Signs it with the secret
5. Returns the token for use with window.crow('identify', ...)

## Headers

- `authorization` string, required

## Response `200`

Successful Response

- CrowTokenResponse — Response containing the Crow JWT
  - `token` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas.md) · [All operations](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/llms.txt) · [OpenAPI document](https://skmtc.dev/usecrow/apis/crow-backend-multi-tenant-saas/revisions/66e6366f8ef9?raw)
