---
title: "Get a CDP Custom Auth session JWT"
method: GET
path: "/v1/auth/cdp-session-jwt"
tags: ["auth"]
---

# Get a CDP Custom Auth session JWT

`GET /v1/auth/cdp-session-jwt`

Returns a short-lived JWT signed by Grove's private key for use with CDP Custom Auth. The frontend passes this JWT to CDP's authenticateWithJWT() to establish a session for the authenticated wallet-auth user under the self-custodial CDP project.

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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