Skip to main content
POST
/
auth
/
sessions
/
current
/
refresh
Refresh access token
curl --request POST \
  --url https://api.stack-auth.com/api/v1/auth/sessions/current/refresh \
  --header 'x-stack-refresh-token: <x-stack-refresh-token>'
{
  "access_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-stack-refresh-token
string
required

Response

200 - application/json

Successful response

access_token
string
required