---
title: "Retrieve the Braintree token"
method: GET
path: "/blaize/payment/braintree/token"
tags: ["Braintree Payments"]
---

# Retrieve the Braintree token

`GET /blaize/payment/braintree/token`

Issues a Braintree client token for the current blaize session.
This holds the user's userId if the user has an authenticated session.
This token can be used to request a payment once.

## Query parameters

- `allowUnauthenticated` boolean

## Headers

- `cookie` string

## Response `200`

OK

- object
  - `token` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
