# Refresh Access Token

Generate a new access token using the provided refresh token.

Endpoint: POST /api/v2.0/login/accessToken
Version: 2.0
Security: bearer-key

## Header parameters:

  - `wss-refresh-token` (any)
    Enter the refreshToken received from the login response.

## Response 201 fields (application/json):

  - `correlationId` (string)

  - `userUuid` (string)

  - `userName` (string)

  - `email` (string)

  - `refreshToken` (string)

  - `jwtToken` (string)

  - `orgName` (string)
    Example: "Organization A"

  - `orgUuid` (string)
    Example: "123e4567-e89b-12d3-a456-426655440000"

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


