Skip to main content

Refresh Access Token using PAK

GET 

/api/hive/v1/tokens/pak/refresh/

Exchange a valid Personal Access Key for a short-lived JWT access token. This endpoint requires PAK authentication via the Authorization header as Authorization: ApiKey <PAK>. The returned token can be used for API requests with Bearer authentication.

Responses

Access token retrieved successfully