user

Refresh Token

Gives the user a new API token. Requires the user's session token from the website due to security concerns.

post/v1/api/user/refreshtoken

Request body

session_tokenstring required

Response

Successful Response

{"stackTrail":"paths:/v1/api/user/refreshtoken:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes