cURL
curl --request POST \ --url https://api.staging.tetherai.ca/api/auth/refresh \ --header 'Content-Type: application/json' \ --data ' { "refreshToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." } '
{}
The refresh token to exchange for a new access token
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Successful response
Generic response envelope. Endpoint-specific fields are intentionally open.