---
title: "Reads the bridge token keys for a given read key."
method: GET
path: "/identity/bridge-token"
tags: ["Identity"]
---

# Reads the bridge token keys for a given read key.

`GET /identity/bridge-token`

Returns 200 with the keys when available, 202 when they are not yet available, or 404 when not found.

## Query parameters

- `readKey` string, required

## Response `200`

OK

- ReadBridgeTokenEndpointKeysOutput
  - `accessToken` string, nullable, required — The issued access token.
  - `expiresIn` integer, nullable, required — The lifetime of the access token, in seconds.
  - `refreshToken` string, nullable, required — The refresh token used to obtain new access tokens.
  - `idToken` string, nullable, required — The OpenID Connect ID token.
  - `tokenType` string, nullable, required — The type of the issued token.
  - `scope` string, nullable, required — The scopes granted to the issued token.

## Other responses

- `202` — Accepted
- `404` — Not Found

---

[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/revisions/d779de93a5ee/schema)
