Retrieve a new JWT access token using a refresh token.

Behavior: Exchanges a valid refresh token for a new JWT access token. The response includes the new token, a new refresh token, and the expiration duration in seconds.

Authorization: Public endpoint — no authentication required. The refresh token itself serves as the credential.

Side Effects: None.

Error Scenarios: Returns 400 if the request body is null. Returns 404 if the refresh token is invalid or expired.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

A Nomad.Common.Models.Account.RefreshTokenRequestModel containing the RefreshToken obtained from a previous login or token refresh.

Request model for exchanging a refresh token for a new JWT access token.

string
required
length ≥ 1

Gets or sets the refresh token obtained from a previous login or token refresh response. Required.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json