Skip to main content
GET
/
auth
/
refresh
refresh
curl --request GET \
  --url http://localhost:8000/v1/auth/refresh
{
  "data": null,
  "error": null
}

Response

200 - application/json

refresh - success

data
unknown
error
unknown