DeepFellow DOCS

Refresh Access Token

Generate new pair of tokens: access token and refresh token.

POST
/auth/refresh
AuthorizationBearer <token>

In: header

Response Body

curl -X POST "https://loading/auth/refresh"
{
  "access_token": "string",
  "refresh_token": "string",
  "token_type": "bearer",
  "access_expires_at": 0,
  "refresh_expires_at": 0
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.