API referenceIdentity and accessOAuth 2.1
Establish the single sign-on cookie
Exchanges a bearer token for the interlaken_idp_session cookie, so a browser that is already signed in to the console can run an authorization code flow without seeing the sign-in form again. Called by the console, not by API clients.
AuthorizationBearer <token>
An access token from this zone's POST /oauth/token, or a session token from POST /api/v1/auth/login. Send it as Authorization: Bearer <token>.
In: header
Response Body
application/json
curl -X POST "https://example.com/oauth/session"Empty