Skip to main content
POST
/
api
/
auth
/
refresh
POST /api/auth/refresh
curl --request POST \
  --url https://api.staging.tetherai.ca/api/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
'
{}

Body

application/json
refreshToken
string
required

The refresh token to exchange for a new access token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Response

Successful response

Generic response envelope. Endpoint-specific fields are intentionally open.