Skip to main content
POST
/
auth
/
refresh
Refresh an authentication token
curl --request POST \
  --url https://api.example.com/auth/refresh \
  --header 'Content-Type: application/json' \
  --data '
{
  "expires_at": "<string>",
  "token": "<string>"
}
'
{
  "expires_at": "<string>",
  "token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

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

Body

application/json

Refresh token payload

expires_at
string
token
string

Response

Successfully refreshed token

expires_at
string
token
string