Herald
OpenapiAuth

Refresh

POST
/api/auth/browser-token/refresh

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

refreshToken*string

Response Body

application/json

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