Herald
OpenapiAuth

Switch_client

POST
/api/auth/browser-token/switch-client

Authorization

bearer_auth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

targetClientId*string

Response Body

application/json

curl -X POST "https://example.com/api/auth/browser-token/switch-client" \  -H "Content-Type: application/json" \  -d '{    "targetClientId": "string"  }'
{  "accessToken": "string",  "clientId": "string",  "expiresIn": 0,  "refreshExpiresIn": 0,  "refreshToken": "string",  "tokenType": "string"}
Empty
Empty
Empty