Skip to main content
URL: https://xapi.duelduck.com/auth/refresh Refreshes the user’s JWT tokens using the provided refresh token from the Authorization header. Returns a new pair of access and refresh tokens.

Parameters

Responses

Response content type: application / json .

Code 200

Successfully refreshed tokens.

Code 401

Unauthorized - Invalid or expired refresh token.

Code 500

Internal server error.