v1

latestOpenAPI 3.0.42026-08-04342835917.6 KB
Identity

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

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

post/identity/bridge-token

Query parameters

clientIdstring required

The client ID to create the keys for.

Response

OK

readKeystring required

The read key used to retrieve the authentication result.

writeKeystring required

The write key used to store the authentication result.