HyperGPT HyperGPT

1.2 Get Token

The Get Token endpoint facilitates the processing of a given token, subsequently returning a new token for the user. The provided user token is decoded to ascertain the user's identity.

Method: POST

Endpoint

https://sdk.hypergpt.ai/user/get_token

Parameters (Query String):

Return Value:

Functionality:

If an exception occurs during the token creation or update process:

Params:

tokenapi_key

Example Request:

Example Response:

Example Error Response:

This endpoint allows users to receive a new or updated token based on an existing JWT. It validates the user's token, processes the token update, and returns the new token. If an error occurs during the token creation or update process, an appropriate error message is returned.

Last updated May 19, 2026