v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Identity

Reads the bridge token keys for a given read key.

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

get/identity/bridge-token

Query parameters

readKeystring required

The read key to read the bridge token keys for.

Response

OK

accessTokenstring nullable required

The issued access token.

expiresIninteger nullable required

The lifetime of the access token, in seconds.

refreshTokenstring nullable required

The refresh token used to obtain new access tokens.

idTokenstring nullable required

The OpenID Connect ID token.

tokenTypestring nullable required

The type of the issued token.

scopestring nullable required

The scopes granted to the issued token.