Description

Use this API to get a new access_token. It needs a request with a valid refresh_token in the form of an Authorization: Bearer <refresh_token>. It will return a JSON confirmation message with the new access_token or an error message

Example Query

POST Query URI
http://danteweb.lnf.infn.it:8000/auth/token/refresh


POST Query Header
Authorization: Bearer <refresh_token>


API Response
{
	"access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9...MybX1rsFbfneaZ4u3MjU"
}
  • No labels