---
title: "Creates a pair of read and write bridge token keys for a client."
method: POST
path: "/identity/bridge-token"
tags: ["Identity"]
---

# Creates a pair of read and write bridge token keys for a client.

`POST /identity/bridge-token`

The write key stores the authentication result and the read key retrieves it.

## Query parameters

- `clientId` string, required

## Response `200`

OK

- CreateBridgeTokenEndpointOutput
  - `readKey` string, required — The read key used to retrieve the authentication result.
  - `writeKey` string, required — The write key used to store the authentication result.

## Other responses

- `400` — Bad Request
- `401` — Unauthenticated
- `403` — Forbidden

---

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